Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I try to find the derivative of u.
somehow i not clear with the meaning of this equation.
can someone explain to me? thanks in advanced.
kindly refer to attached mathcad15 file.
Solved! Go to Solution.
It looks to me that you use xi both as varaible name AND as function name. This will not work.
When you want to define a function you also have to state which variable(s) it should depend on.
f(x):=,,,,term in x ...
Are you looking for something like this:

It looks to me that you use xi both as varaible name AND as function name. This will not work.
When you want to define a function you also have to state which variable(s) it should depend on.
f(x):=,,,,term in x ...
Are you looking for something like this:

many thanks werner exinger
. seems like I forgot to put multiplication in the equation.![]()
