Active Commands in CalcLib Build 2023.0505 | |
---|---|
Command | A simple description of the actions of each command |
!! | Shorthand alias for DEFINE command |
!$ | Define a segmented user function as a list of polynomials |
!% | Declare a user function as a Hyper-Geometric polynomial |
!* | Define a function transform |
!+ | Define a user function as a library import |
!^ | Define a function as an integration transform source |
*{ | Start a block of a counted loop |
// | Add a comment to the output stream |
//* | Associate a defining comment with a script |
?{ | Start a conditional block |
apply | Apply a spline fit to an Expression Tree |
assert | Make a conditional assertion |
background | Read a script file and execute as a background task |
calc | Shorthand alias for CALCULATE command |
calculate | Calculate and show value for an expression |
chart | Display a chart for a set of symbols |
configure | Configure a library of functions |
dct | Apply Discrete Cosine Tranform to function |
define | Define a user function |
derive | Plot derivatives of a polynomial |
describe | Add a description of a function to symbol table |
difeq | Identify differential equation and describe |
docs | Show the JavaDocs for this release |
edit | Edit snip of selected text |
encode | Encode a segmented function as a Java class |
entitled | Change the title of the last frame displayed |
expand | Polynomial algebriac series expansion |
export | Export data to a file from specified matrix |
express | Enable Expression Tree generation for function |
family | Import polynomial power functions for named family |
fft | Compute and display a fast Fourier transform |
graph | Display a graph of an array of data points |
help | Show the HELP table |
import | Import data from a file into specified matrix |
init | Init a symbol imported from a JAR source |
instance | Instance a symbol described by a library |
iterate | Read a script file and iterate |
library | Construct a library of functions |
loadjson | Load Expression Tree(s) from JSON source(s) |
loadspline | Load spline description from JSON source(s) |
mandelbrot | Display a plot of the Mandelbrot set |
maxminof | Find Max/Min of function near specified approximation |
optimize | Optimize polynomial function use by embedding constant coefficients |
pclr | Clear all properties of a directory entry |
pdel | Delete the value of a property |
pload | Load properties of a directory entry from jSON source |
plot3d | Plot a specified 2D domain of a 3D user defined function |
plotc | Plot a specified 2D domain with contours of a 3D user defined function |
plotf | Plot a specified range of a user defined function |
plotl | Plot a specified range of lambda declared function(s) |
plotm | Display tabular plot with data taken from a matrix |
plott | Tabular plot with data taken from file |
plotv | Plot a specified 2D domain showing a projected vector field |
polygen | Generate a polynomial function from NAME PARAMETER COEFFICIENT DEGREE |
polynomial | Analyze a polynomial and tabulate key points |
polyprint | Format an array as a polynomial |
prepare | Alias selected function and derivatives for Diff EQ solution test |
preppoly | Alias selected polynomial and derivatives for Diff EQ solution test |
prettyprint | Show the formatted value of a symbol |
psave | Save properties of a directory entry to jSON file |
pset | Set the value of a property |
radix | Calculate and show value for an expression in specified radix |
read | Read a workspace storage file |
recognize | Read a symbol definition file |
render | Format and display (pretty print) an equation using MathML |
renderd | Format and display (pretty print) a Differential Equation using MathML |
renderf | Format and display (pretty print) a function using MathML |
renders | Format and display (pretty print) an expanded series using MathML |
request | Request a value be entered for the specified variable |
requires | Identify required data type support |
rootof | Find root of function near specified approximation |
rpn | Start the RPN calculator |
save | Save a workspace storage file |
savejson | Save Expression Tree as JSON file |
scatter | Produce an X/Y scatter plot |
scriptprint | Display the contents of a script file |
select | Select a render display to be shown and used for output of RENDER commands |
serve | Request service start on specified port |
setcontour | Set color scheme manager for contour plots |
setdomain | Set domain constraints on a function |
setmode | Set value display mode and precision |
shosol | Show solutions connected to a differential equation |
show | Show symbol table contents Symbols|Functions|Parent|ALL parents |
showactive | Display the contents of the active scripts list |
showcache | Display the contents of the script cache |
showfiles | Display the contents of the script directory |
sidebyside | Produce a side-by-side plot comparison |
solve | Solve differential equation from expanded polynomial |
spline | Open anti-derivative spline tool for function |
stddomain | Standardize a function domain to [-1,1] |
tabulate | Display a table of arrays of data points |
tdes | Run error test of differential equation solution |
tic | Show time and start a stop-watch |
toc | Show elapsed time since last TIC |
verify | Verify symbol present in current symbol table |
}* | Terminate a block of a counted loop |
}? | Terminate a conditional block |