Skip to main content
1-Visitor
July 16, 2018
Solved

Getting error 'This value must be scalar'

  • July 16, 2018
  • 1 reply
  • 2215 views

Hello, hope you are doing well,

 

I am trying to solve a system of 2 differential equations. However at the end of the solving block, i get the 'This value must be scalar' error. Any ideas?

Sincerely,

*I am using Mathcad 15.

Best answer by LucMeekes

Look up the help on Odesolve.

Your odesolve statement should look like:

LM_20180716_Odesolve.png

 

Where t is the running variable, b is the end point and step is the (optional) step.

Success!
Luc

1 reply

LucMeekes23-Emerald IVAnswer
23-Emerald IV
July 16, 2018

Look up the help on Odesolve.

Your odesolve statement should look like:

LM_20180716_Odesolve.png

 

Where t is the running variable, b is the end point and step is the (optional) step.

Success!
Luc

Alperc1-VisitorAuthor
1-Visitor
July 16, 2018

It worked. Thank you very much.

 

Cheers