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

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 Public Member Functions

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 Public Attributes

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

Detailed Description

Conversion of derivatives to SMath. The task is to convert diff(f,x,n,y,m) to diff(diff(f,x,n),y,m)

Member Function Documentation

◆ DataCollection()

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

Search for diff(... structures in expressions

Parameters
textMaxima string
Returns
term structure

◆ MakeTermString()

static string MaximaPlugin.Converter.DiffConverterToSMath.MakeTermString ( List< string >  diffVarNumMTS)
static

Generate the SMath expression string from the term structure

Parameters
diffVarNumMTSTerm structure
Returns
SMath expression

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