Thule

32 Reputation

2 Badges

15 years, 231 days

MaplePrimes Activity


These are answers submitted by Thule

I like my equations to simplify as fast as possible, that is why I have done this. Is there any way to walk around this problem with still using with(units[standard])?
I figured it out. Sorry
> p := Units[Standard][`*`](110000, Pa); print(`output redirected...`); # input placeholder > A := Units[Standard][`*`](.12, Units[Standard][`^`](m, 2)); print(`output redirected...`); # input placeholder Kræften bliver dermed > F := Units[Standard][`*`](A, p); print(`output redirected...`); # input placeholder 2 13200.00 m Pa I wish to get 13200,00 m^2*Pa in Newton
Page 1 of 1