Skip to main content
1-Visitor
February 5, 2019
Solved

Unexpected Solve Block Result

  • February 5, 2019
  • 1 reply
  • 1640 views

Hi, my solve block is returning a symbolic result rather than a number. What do I need to change to have it return a numerical result? Thank you.

Best answer by Werner_E

1) You forgot the argument mu

2) You have to solve for ALL the variables which are supposed to vary

see attached picture

 

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
February 5, 2019

1) You forgot the argument mu

2) You have to solve for ALL the variables which are supposed to vary

see attached picture

 

 

Morto1-VisitorAuthor
1-Visitor
February 5, 2019

Thanks Werner!