Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline johnspark  
#1 Posted : 28 September 2021 10:10:58(UTC)
johnspark


Rank: Advanced Member

Groups: Registered
Joined: 26/09/2021(UTC)
Posts: 66
Australia
Location: Adelaide

Was thanked: 5 time(s) in 3 post(s)
Hi All,


this is my first post. Have chosen to jumpstart learning Smath via the Maple Add-on.

Hope this is useful to other newbies.


Kind Regards

Johnspark

MapleVLearningGuide.sm (142kb) downloaded 61 time(s).
thanks 1 user thanked johnspark for this useful post.
on 28/09/2021(UTC)

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline uni  
#2 Posted : 28 September 2021 10:22:50(UTC)
uni


Rank: Advanced Member

Groups: Registered, Advanced Member
Joined: 10/11/2010(UTC)
Posts: 1,494
Man
Russian Federation

Was thanked: 1274 time(s) in 745 post(s)
If you enable debug mode ( <Debug>True</Debug> ) in the configuration file MapleTools.config, then a log file will appear in which you can see how the function works. This file is overwritten when the program is closed, so you need to modify it when the program is not running. Also in the plugin folder you can find win.inc file in which you can include packages. This cannot be done with a separate command.

Code:
%appdata%\SMath\extensions\plugins\32dfd679-8cfd-483a-b79a-19d5ea838750\x.x.x.x\


2021-09-28_12-23-46.png

Edited by user 28 September 2021 10:24:55(UTC)  | Reason: Not specified

Russia ☭ forever
Viacheslav N. Mezentsev
Offline Jean Giraud  
#3 Posted : 28 September 2021 14:10:03(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: johnspark Go to Quoted Post
Hope this is useful to other newbies.

Thanks ... lot more codes never explored before.
You can visit Samples Symbolic COMPENDIUM for + posted few days ago.
Just that one doctored wrt Maple code.
Take care ... Jean

Maple V.PNG
Offline Jean Giraud  
#4 Posted : 28 September 2021 14:53:08(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
You mentioned conform to book style.
Most book style are in reverse order of Lagrange.
Lot numerical maths go by Lagrange:
Cubic solver, Polyroots, Cholesky polynomial fit ...

Maple V Simplify.PNG
Offline johnspark  
#5 Posted : 28 September 2021 15:15:51(UTC)
johnspark


Rank: Advanced Member

Groups: Registered
Joined: 26/09/2021(UTC)
Posts: 66
Australia
Location: Adelaide

Was thanked: 5 time(s) in 3 post(s)
Originally Posted by: uni Go to Quoted Post
If you enable debug mode ( <Debug>True</Debug> ) in the configuration file MapleTools.config, then a log file will appear in which you can see how the function works. This file is overwritten when the program is closed, so you need to modify it when the program is not running. Also in the plugin folder you can find win.inc file in which you can include packages. This cannot be done with a separate command.

Code:
%appdata%\SMath\extensions\plugins\32dfd679-8cfd-483a-b79a-19d5ea838750\x.x.x.x\


2021-09-28_12-23-46.png


Thank you uni for your lightning response.

I have gone through a number of Maple messages in the forum and i am having a bit of difficulty finding these files. So far i have as seen below:

CaptureP.JPG


I have not been able to find the MapleTools.config so far.

Kind regards.
Offline Jean Giraud  
#6 Posted : 28 September 2021 15:22:08(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
You mentioned conform to book style.
Most book style are in reverse order of Lagrange.
Lot numerical maths go by Lagrange:
Cubic solver, Polyroots, Cholesky polynomial fit ...

The best irony of incorrect book style:
Most CAS functions [ln, trig ...]
are Padé normalized rational fractions
NUM, DENOM are Lagrange style in ascending order.
Offline johnspark  
#7 Posted : 29 September 2021 02:36:53(UTC)
johnspark


Rank: Advanced Member

Groups: Registered
Joined: 26/09/2021(UTC)
Posts: 66
Australia
Location: Adelaide

Was thanked: 5 time(s) in 3 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
You mentioned conform to book style.
Most book style are in reverse order of Lagrange.
Lot numerical maths go by Lagrange:
Cubic solver, Polyroots, Cholesky polynomial fit ...

Maple V Simplify.PNG


I agree about the ascending order, that's what i have always been used to. Glad you found some help in the file Good.
Offline Jean Giraud  
#8 Posted : 29 September 2021 02:47:49(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: johnspark Go to Quoted Post
I agree about the ascending order, that's what I have always been used to. Glad you found some help in the file

Thanks Collab,
I will revisit for many new Maple codes.
What was developed in Smath Community is
more oriented to projects.
Take care ... Jean.
Offline johnspark  
#9 Posted : 29 September 2021 14:38:01(UTC)
johnspark


Rank: Advanced Member

Groups: Registered
Joined: 26/09/2021(UTC)
Posts: 66
Australia
Location: Adelaide

Was thanked: 5 time(s) in 3 post(s)
Originally Posted by: johnspark Go to Quoted Post
Originally Posted by: uni Go to Quoted Post
If you enable debug mode ( <Debug>True</Debug> ) in the configuration file MapleTools.config, then a log file will appear in which you can see how the function works. This file is overwritten when the program is closed, so you need to modify it when the program is not running. Also in the plugin folder you can find win.inc file in which you can include packages. This cannot be done with a separate command.

Code:
%appdata%\SMath\extensions\plugins\32dfd679-8cfd-483a-b79a-19d5ea838750\x.x.x.x\


2021-09-28_12-23-46.png


Thank you uni for your lightning response.

I have gone through a number of Maple messages in the forum and i am having a bit of difficulty finding these files. So far i have as seen below:

CaptureP.JPG


I have not been able to find the MapleTools.config so far.

Kind regards.




Got some better progress tonight:
UsingMapleLogToSeeHowFunctionsWork.docx (195kb) downloaded 16 time(s).
thanks 1 user thanked johnspark for this useful post.
on 30/09/2021(UTC)
Offline Jean Giraud  
#10 Posted : 29 September 2021 14:51:34(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: johnspark Go to Quoted Post
Got some better progress tonight:

Please, attach the Smath document.
About combine, we have lot more in Smath.
See you soon ... Jean

Maths Combine.sm (74kb) downloaded 25 time(s).
Offline Jean Giraud  
#11 Posted : 29 September 2021 15:06:23(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
About combine, we have lot more in Smath.
See you soon ... Jean

... about GCD, LCM as well

Maths GCD-LCM.sm (18kb) downloaded 24 time(s).
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.