Demonstration program for using CAS with PPL
|
01-19-2014, 06:00 PM
Post: #3
|
|||
|
|||
RE: Demonstration program for using CAS with PPL
Your modification has one serious drawback; namely you can't run Beam2_Solve directly, since the parameter matrix has to be evaluated each time the program is run. The reason I wrote the program that way and exported Beam2_Solve was to permit initial entry of the matrix parameters through Beam2_Main to obtain an initial root, and then run Beam2_Solve repeatedly to obtain additional roots w/o having to re-enter all the beam parameters, which don't change. This is why I chose to make the matrix a global CAS variable. I agree, however, that it wasn't necessary to make the individual matrix coefficients into permanent CAS variables.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Demonstration program for using CAS with PPL - Michael de Estrada - 12-18-2013, 05:46 PM
RE: Demonstration program for using CAS with PPL - Han - 01-18-2014, 01:46 AM
RE: Demonstration program for using CAS with PPL - Michael de Estrada - 01-19-2014 06:00 PM
RE: Demonstration program for using CAS with PPL - Han - 01-21-2014, 05:05 AM
RE: Demonstration program for using CAS with PPL - Michael de Estrada - 01-21-2014, 02:48 PM
RE: Demonstration program for using CAS with PPL - Han - 01-21-2014, 04:38 PM
RE: Demonstration program for using CAS with PPL - Michael de Estrada - 01-21-2014, 04:42 PM
RE: Demonstration program for using CAS with PPL - Han - 01-21-2014, 09:04 PM
RE: Demonstration program for using CAS with PPL - Michael de Estrada - 01-21-2014, 05:03 PM
|
User(s) browsing this thread: 1 Guest(s)