Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I got the error message like this in discussion title, when i try to solve simply differential equation.
Check the attached file.
Try removing all the units.
Mike
I have tried it before, and its working, but i would like to solve this equatation with units.
Is there any posibility to do this ?
Thanks alot. I have one more question, how to find minimum of function, without calculating derivative of a function ? Is there any built-in mathcad function to find it ?
You could use minimize() or you could make vectors with x and y values and use min() and match() or lookup().
See attached