Hi all,
I'm trying to use "ezunits" to do some calculations, but when using units,
"solve" looses its capability of solving even simple equations.
Is ezunits mainly for unit conversion or is there a way for calculating with
units?
Thx for any help.
Toto
Maxima 5.28.0 http://maxima.sourceforge.net
using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (a.k.a. GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) load(ezunits);
[...]
Finished compiling /tmp/gazonk_6029_0.lsp.
(%o1) /usr/share/maxima/5.28.0/share/ezunits/ezunits.mac
(%i2) a:1;c:2;d:3;
(%o2) 1
(%o3) 2
(%o4) 3
(%i5) solve([A=a*b,b=c*d],[A,b]);
(%o5) [[A = 6, b = 6]]
(%i6) a:1`m;c:2`m;d:3`m;
(%o6) 1 ` m
(%o7) 2 ` m
(%o8) 3 ` m
(%i9) solve([A=a*b,b=c*d],[A,b]);
(%o9) []
(%i10)
--
"A Korean newspaper wrote that Aachen University is the MIT of Europe."
Burkhard Rauhut / "Anything that's the something of something isn't
really the anything of anything." Lisa Simpson