forked from Maxima-enthusiast/Experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy_example.wxm
More file actions
13 lines (10 loc) · 740 Bytes
/
my_example.wxm
File metadata and controls
13 lines (10 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 22.04.0 ] */
/* [wxMaxima: input start ] */
/* The list example(), but under the action of symbolp every entry returns true (in the original example() list every entry is a string). Unfortunately equations does not belong to the new list */
/* To use type my_example() */
my_example():=block(L:[],L1:map(length,map(charlist,example())),map(apropos,example()),
makelist(sublist(%%[i],lambda([x],length(charlist(string(x)))=L1[i])),i,1,length(%%)),flatten(%%),sort(%%),rest(%%,3),rest(%%,-9));
/* [wxMaxima: input end ] */
/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 22.04.0"$