index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
149
/
CH5
/
EX5.5
/
ex5.sce
blob: b62ea5da826b6099f534775beb406d8b5a815810 (
plain
)
1
2
3
4
5
6
7
clc syms x y z v=(x^2+y^2+z^2)^(-1/2) a=diff(v,x,2) b=diff(v,y,2) c=diff(v,z,2) a+b+c