summaryrefslogtreecommitdiff
path: root/149/CH5/EX5.25.1/ex25_1.sce
blob: 1f1c7558b30e4ce08a40b6dde8c3d2332274b32a (plain)
1
2
3
4
5
6
7
8
9
10
clc
syms r l
x=r*cos(l)
y=r*sin(l)
a=diff(x,r)
b=diff(x,l)
c=diff(y,r)
d=diff(y,l)
A=[a b;c d]
det(A)