Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Dear Valued friends,
I got the error message when wrote the equation. please help
If "a" has units of length then the two arguments you pass to the min function have different units.
As Richard already stated you are comparing quantities of different dimensions. The first argument of max() has the units Newton * secondss but the second hast unit Newton. This will not work.
Are you sure about your function Phi(a)? At the end you are taking the max of one single value which works, but does not make much sense. Which dimension should Phi(a) return? The way you wrote it it returne "time" because at the end you added minutes. Was this done on purpose? The expression for PhiP.n(a) would work if Phi(a) is dimensionless.
WE