Skip to main content
1-Visitor
October 27, 2014
Question

ODE solve help : predefine a function

  • October 27, 2014
  • 3 replies
  • 4267 views

Hi,

It would be super great to have any suggestions for the mathcad file I have attached.. Please check the file, I have described it there..

Thanks!

3 replies

25-Diamond I
October 27, 2014

Not sure if I understand correctly what you want to achieve,

I wonder why you would want to introduce a third unknown function in the solve block which is dependent in a simple way on the function N.p which you are solving for.

Are you looking for something like this:

1.png

23-Emerald I
October 27, 2014

How about this??

25-Diamond I
October 27, 2014

I guess the initial value of M.p should not be 1 but 30 ((1-delta2)*P.N.)

But I wonder why the result is so much different!?

EDIT: I felt into the same trapdoor. It should rather be like this:

1.png

math1-VisitorAuthor
1-Visitor
October 27, 2014

i think the picture is not attached well.. I cannot see it..

math1-VisitorAuthor
1-Visitor
October 27, 2014

Hi,

I think it is getting a bit deviated from i want to achieve.. I don't want to add an extra M.p on the ODE block, I am only trying to simplify my equations.

What i trying to achieve is to make the C.p(t) equation look a bit simple by shrinking ((1-delta2)*P.N' N.p(t)) into one variable such as M.p(t).

such as to predefine a variable,

M.p(t) = (1-delta).P.N*N.p(t)

So that,

C.p(t) = M.p(t) - µ.pCp(t)

or if this is possible?


25-Diamond I
October 27, 2014

Look at Fred's post and the picture I just posted a second time.

Or maybe the second pic in my first replay, if you still want to solve for N.p and not M.p.

math1-VisitorAuthor
1-Visitor
October 27, 2014

But.. did u read the post that i replied recently?

I wonder why you would want to introduce a third unknown function in the solve block which is dependent in a simple way on the function N.p which you are solving for.

Are you looking for something like this:

I dont want to introduce a third unknown function, I would just like to simplify my equations by predefining them