`System error, `, "bad id" ; what does it mean?
Hi everybodyI try to save an array of equations in a "mpl file", and then read file and array by command read mpl file. But system error "bad id" occurs. Previously I saved this mpl file by "save" and...
View ArticleError, module member referencing is not supported in evalhf
Error, module member referencing is not supported in evalhf What is the solution for this error. Also when I run job in command prompt I also getting following errorsWarning, the restart command only...
View ArticlePermission denied : no read access
Last month I still can read fileby read “c://Users//hello//Documents//h.m”butnow it return errorno read access c://Users//hello//Documents/and in security I add the m file into readable I saw open file...
View Articleerror in maple file
hi everybody:I have two Maple files that file 1.mw file is a package and 2.mw file is based on the 1.mw file when running the 2.mw file I see the error and don't know how to solve it, I attach these...
View ArticleVariable disappear after read file and create thread
Variable disappear after read file and then pass parameter to create thread
View ArticleHow to recover only the contents of m-files?
HelloI know that anames( 'user' ) recovers the contents of the workspace but I wonder whether it would be possible to recover only the contents of each m-file read within a worksheet. Many thanksEd
View ArticleHow to open .mm file in Maple
Does anyone know how to open .mm file in Maple, as well as using the program or function in .mm file in Maple? Many thanks.
View ArticleWhy is the "save+read" of a random variable no longer a random variable?
Hi, I've define a list V of 2 random variables and saved the result in an .m file. When I read this same file and try to sample V I get a message error which, after quick search, comes from the fact...
View Articlehow to use command "read()"
Hi, I am a beginner of maple and I met a problem recently.I extracted some equations from a .txt file like below:> read “D:/blablabla/filename” EQ_1,EQ_2,...Then I want to...
View ArticleHow to open .m file in Maple in Windows
Could anyone help me with how to open an .m file in Maple in Windows? Thanks a lot.
View Articleproblem using $include in module. export declaration unexpected outside module
This seems like a serious limitation of Maple module, unless I am missing something.I am trying to refactor one of my module, putting some code in separate .mpl file, say B.mpl, and then do, from the...
View ArticleVariable disappear after read file and create thread
Variable disappear after read file and then pass parameter to create thread
View ArticleProcedures using other saved procedures
I have 5 procedures saved in my library. Say Proc1, Proc2, Proc3, Proc4 and Proc5. They all work ok.Proc5 calls Proc4 which calls Proc3 which calls Proc2 which calls Proc1. That is fine if I read them...
View ArticleHow to use LibraryTools:-Save?
MyPackageTools := module() option package; export addPackageDirectoryToLibname, savePackageToMla; addPackageDirectoryToLibname := proc(packageDir) local mapleInitFile, newLibname: mapleInitFile :=...
View ArticleHow 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 ArticleHow 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 ArticleRead in Maple Code Attachments
I'm struggling getting read statements to work in code attachments.Are there any limitations for the read command?Test.zip
View ArticleTrouble running package EKHAD from A=B
The EKHAD package from the book A=B (https://www2.math.upenn.edu/~wilf/AeqB.html) contains many effective algorithms. I want to use one of them in Maple, but I have troubles with the command `read`.I...
View Articleproblem using $include in module. export declaration unexpected outside module
This seems like a serious limitation of Maple module, unless I am missing something.I am trying to refactor one of my module, putting some code in separate .mpl file, say B.mpl, and then do, from the...
View ArticleHow 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