Maxima Plugin
A SMath Plugin
Loading...
Searching...
No Matches
MaximaPlugin.Converter.DiffConverterToMaxima Class Reference

Conversion of derivatives to Maxima. More...

Static Public Member Functions

static string MakeTermString (List< string > diffVarNumSTM)
 Generate the SMath expression string from the term structure More...
 
static string DataCollection (string text)
 Search for diff(... structures in expressions More...
 
static string MakeDiffOne (string text)
 Helper function in DataCollection More...
 

Static Public Attributes

static List< string > diffVarNumDCTM = new List<string>()
 
static int startDiff = 0
 
static int endDiff = 0
 

Detailed Description

Conversion of derivatives to Maxima.

Member Function Documentation

◆ DataCollection()

static string MaximaPlugin.Converter.DiffConverterToMaxima.DataCollection ( string  text)
static

Search for diff(... structures in expressions

Parameters
textMaxima string
Returns
term structure

◆ MakeDiffOne()

static string MaximaPlugin.Converter.DiffConverterToMaxima.MakeDiffOne ( string  text)
static

Helper function in DataCollection

Parameters
text
Returns

◆ MakeTermString()

static string MaximaPlugin.Converter.DiffConverterToMaxima.MakeTermString ( List< string >  diffVarNumSTM)
static

Generate the SMath expression string from the term structure

Parameters
diffVarNumSTMTerm structure
Returns
SMath expression

The documentation for this class was generated from the following file: