Quantcast
Channel: MaplePrimes - Questions and Posts tagged with read
Browsing latest articles
Browse All 43 View Live

How to restore variables previously saved in a .m Maple internal format file?

I can save a variable M (actually a matrix) usingsave M, "Test" or save M, "Test..xyz"where .xyz can be any file extension except .m  This saves the variable in "Maple language format" and it can be...

View Article


How to defeat quotations during file import

Simple question I cannot remember the solution of.When I import "executable maple input" from a file, the content is imported as a string and therefore have quotation marks around the code if saved in...

View Article


How to read a *.m file written many years ago?

I have some library program files written using Maple 11 (or before).I can read and use the file programs and they have worked fine for many years.But I would like to actually see the programming...

View Article

relative paths does not seem to work.

Relative path does not seems to work on Linux. e.g. consider the read command `read  "/home/harpo/skits/slapstick/boguscalculus.mw"At the moment I have to enter the full path above as stated to be able...

View Article

Image may be NSFW.
Clik here to view.

Maple18 generates inconsistent outputs for the same expressions and commands

I encountered this bizarre inconsistency issue that Maple18 generates different outputs when executing the same command:test_res2:= factor( simplify( expand( value( subs( Perturbation_Sol,...

View Article


How to use LibraryTools:-Save?

MyPackageTools := module() option package; export addPackageDirectoryToLibname, savePackageToMla; addPackageDirectoryToLibname := proc(packageDir) local mapleInitFile, newLibname: mapleInitFile :=...

View Article
Browsing latest articles
Browse All 43 View Live