Re: Colnew Help
Michel Talon <[email protected]> Sat, 2 May 2026 22:44:05 +0200
| Newsgroups | gmane.comp.mathematics.maxima.general |
|---|---|
| Message-ID | <[email protected]> |
I think i have found the solution using a macro.
> cat t.mac
read_data() ::=buildq([dat:dat1],print(dat));
(%i1) dat1:"toto"$
(%i2) load("t.mac");
(%o2) t.mac
(%i3) read_data();
toto
(%o3) toto
I will modify colnew_help accordingly.
Le 02/05/2026 à 15:35, Michel Talon a écrit :
> I would like to have just to define the equations at the beginning,
> and then load(colnew) and load(colnew_help) followed by the program
> running automatically.
--
Michel Talon
_______________________________________________
Maxima-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maxima-discuss