Rank: Newbie
Groups: Registered
Joined: 15/11/2009(UTC) Posts: 2 Location: Helsinki
|
Hi.
In using your (great) program I encounered an annoying thing: I was unable to derivate a Matrix. Please add this feature if possible sice working with large matrixes is quite timeconsuming
|
|
|
|
Rank: Administration Groups: Registered, Advanced Member Joined: 23/06/2009(UTC) Posts: 1,740 Was thanked: 318 time(s) in 268 post(s)
|
Hello, Please look at the examples included in SMath Studio and the wiki page diff. If this is not what you need, please be more specific about the problem you would like to be solved. Regards, Radovan Edited by user 15 November 2009 03:54:03(UTC)
| Reason: Not specified |
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!" |
|
|
|
Rank: Newbie
Groups: Registered
Joined: 15/11/2009(UTC) Posts: 2 Location: Helsinki
|
The thing I am trying to do is turn this: d/dx(x^2, x, x+1) into (2x, 1, 1). but with bigger matrixes as well, not only vectors (or 1x3 matrix)
|
|
|
|
Rank: Administration Groups: Registered, Advanced Member Joined: 23/06/2009(UTC) Posts: 1,740 Was thanked: 318 time(s) in 268 post(s)
|
Try this, M(x)←mat(x^2;1-x;x;x^3+e^x;2;2)r←rows(M(x))c←cols(M(x))for(i;range(1;r);for(j;range(1;c);el(dM;i;j)←diff(el(M(x);i;j);x)))Mprime(x)←dMMprime(x)—mat(2*x;-1;1;3*x^2+e^x;2;2)Mprime(2)=mat(4;-1;1;19,3891;2;2)Try with a matrix function M(x) with more rows and columns. Regards, Radovan Edited by user 16 November 2009 04:08:00(UTC)
| Reason: Not specified |
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!" |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.