Using Solve()

Using Solve() - Messages

#1 Posted: 8/28/2014 1:23:47 PM
corradolvr

corradolvr

1 likes in 19 posts.

Group: User

I can't figure out why this won't work. I'm not sure the functionality behind the process of the solve function. I've never used the program before, so I may just not understand what's going on behind the scene with the Solve tool. It just says V11 is not defined. I ran a really simple x and y system of equations that I know is true and get the same thing. The variable in the top row is always said to be undefined. Any help would be appreciated.


Mom.sm (11 KiB) downloaded 51 time(s).
#2 Posted: 8/28/2014 3:51:38 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Attach the *.sm file please
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
#3 Posted: 8/28/2014 4:19:37 PM
corradolvr

corradolvr

1 likes in 19 posts.

Group: User

There it is.
#4 Posted: 8/28/2014 6:56:17 PM
Martin Kraska

Martin Kraska

1222 likes in 2150 posts.

Group: Moderator

Wrote

I can't figure out why this won't work. I'm not sure the functionality behind the process of the solve function. I've never used the program before, so I may just not understand what's going on behind the scene with the Solve tool. It just says V11 is not defined. I ran a really simple x and y system of equations that I know is true and get the same thing. The variable in the top row is always said to be undefined. Any help would be appreciated.


The result of Solve() must be displayed with symbolic optimization, because they involve expressions of the type var = solution. If you want to avoid that or just want numbers, then you might try Assign(Solve(...)), which does the assignment to the of the solution and just returns the values. These can be displayed with numeric optimization (see context menu, right mouse button).
_Solve.sm (29 KiB) downloaded 60 time(s).
Martin Kraska Pre-configured portable distribution of SMath Studio: https://en.smath.info/wiki/SMath%20with%20Plugins.ashx
#5 Posted: 8/29/2014 11:47:59 AM
corradolvr

corradolvr

1 likes in 19 posts.

Group: User

I got it to work. Thanks a lot.
  • New Posts New Posts
  • No New Posts No New Posts