GreenPrint
- 1,186
- 0
If
KE=(m V^2)/2
Then
V=matrix([[(2^(1/2)*KE^(1/2))/m^(1/2)], [-(2^(1/2)*KE^(1/2))/m^(1/2)]])
Would this notation be considered improper?
I'm just wondering because this is what my computer printed out.
or something like this
V=matrix([-5],[5]) m/s
Is this acceptable?
KE=(m V^2)/2
Then
V=matrix([[(2^(1/2)*KE^(1/2))/m^(1/2)], [-(2^(1/2)*KE^(1/2))/m^(1/2)]])
Would this notation be considered improper?
I'm just wondering because this is what my computer printed out.
or something like this
V=matrix([-5],[5]) m/s
Is this acceptable?