Re: MAPLE print content of myfile.m to maple standard output
From: Joe Riel (joer_at_k-online.com)
Date: 11/12/04
- Previous message: Joe Riel: "Re: MAPLE print content of myfile.m to maple standard output"
- In reply to: stijn: "Re: MAPLE print content of myfile.m to maple standard output"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Nov 2004 16:23:24 GMT
steineswz@hotmail.com (stijn) writes:
> Hello joe, my computer was down for a while (server problems) so i
> could not try your suggestion until now.
>
> I tried it, and this came out:
> {mod}
Also, make sure that maple hasn't read the m-file before you
assign oldnames, otherwise it is included in both sets and
won't show up when you do the minus.
You could always do the following, after reading your file,
map(lprint, sort(map(rcurry(convert,string),[anames](procedure)));
and then scan the column of strings for anything you recognize.
This lists all the assigned procedures, so there will be a lot
of extraneous stuff.
Joe
- Previous message: Joe Riel: "Re: MAPLE print content of myfile.m to maple standard output"
- In reply to: stijn: "Re: MAPLE print content of myfile.m to maple standard output"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|