Skip to main content
1-Visitor
March 24, 2014
Question

Using SOLVE function with 4 equations

  • March 24, 2014
  • 1 reply
  • 4982 views

Hi,

I would like to determine 4 variables with equations but it's returning (0, 0, 0, 0) which is not correct.

I think the way I placed the equations is not right.

Can anyone help me with this?

Capture.PNG

Thanks!!

1 reply

MaxGomes1-VisitorAuthor
1-Visitor
March 24, 2014

Attaching...

25-Diamond I
March 24, 2014

For the symbolic "solve", the equations must be put in a vector, not a program structure.

As it seems you are just searching for a numeric answer, you may also consider using a Given-Find() solve block instead.