Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline Sttroh80  
#1 Posted : 15 November 2009 03:29:51(UTC)
Sttroh80

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

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline omorr  
#2 Posted : 15 November 2009 03:49:02(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

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!"
Offline Sttroh80  
#3 Posted : 16 November 2009 02:11:02(UTC)
Sttroh80

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)
Offline omorr  
#4 Posted : 16 November 2009 04:00:17(UTC)
omorr


Rank: Administration

Groups: Registered, Advanced Member
Joined: 23/06/2009(UTC)
Posts: 1,740
Man
Serbia

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)←dM
Mprime(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!"
Users browsing this topic
Guest
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.