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 heonybaby  
#1 Posted : 05 November 2010 11:19:49(UTC)
heonybaby

Rank: Newbie

Groups: Registered
Joined: 19/10/2010(UTC)
Posts: 5
Location: korea



Mathcad's features, and in the same way

Without altering the formula

How to obtain answers...?

Edited by user 05 November 2010 11:22:17(UTC)  | Reason: Not specified

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

Offline omorr  
#2 Posted : 05 November 2010 13:30:37(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 heonybaby

I would kindly ask you to be more specific in naming the posts and asking questions. Thus, "I have a question" is not preferable and should be avoided. From your post I did not quite understand what actually did you want to ask. I guess that you wanted to ask how to solve the system of algebraic equations.

1. If the system is linear like yours, here you are:
A←mat(0,8,2,3,5,2,6,2,8,3,3) d←mat(-7,8,26,3,1)
x←A^{-1}*d x=mat(4,-1,0.5,3,1)

2. If the system is nonlinear try "roots" function
x.guess←mat(1,1,1,3,1) X←mat(el(X,1),el(X,2),el(X,3),3,1)
z←roots(A*X-d,X,x.guess)
z=mat(4,-1,0.5,3,1)

Regards,
Radovan
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.