Conversion of derivatives to SMath. The task is to convert diff(f,x,n,y,m) to diff(diff(f,x,n),y,m)
More...
|
| static string | MakeTermString (List< string > diffVarNumMTS) |
| | Generate the SMath expression string from the term structure More...
|
| |
| static string | DataCollection (string text) |
| | Search for diff(... structures in expressions More...
|
| |
|
|
static List< string > | diffVarNumDCTS = new List<string>() |
| |
|
static int | startDiff = 0 |
| |
|
static int | endDiff = 0 |
| |
Conversion of derivatives to SMath. The task is to convert diff(f,x,n,y,m) to diff(diff(f,x,n),y,m)
◆ DataCollection()
| static string MaximaPlugin.Converter.DiffConverterToSMath.DataCollection |
( |
string |
text | ) |
|
|
static |
Search for diff(... structures in expressions
- Parameters
-
- Returns
- term structure
◆ MakeTermString()
| static string MaximaPlugin.Converter.DiffConverterToSMath.MakeTermString |
( |
List< string > |
diffVarNumMTS | ) |
|
|
static |
Generate the SMath expression string from the term structure
- Parameters
-
| diffVarNumMTS | Term structure |
- Returns
- SMath expression
The documentation for this class was generated from the following file:
- Converter/ConvertToSMath.cs