Evaluating integrals is much more difficult than evaluating derivatives. For derivatives, there is a systematic procedure based on the chain rule that effectively allows any ...
New opens a dialog for generating a table or matrix.
Importing and exporting lists and tables of data. This exports a list of data to the file out1. Here are the contents of the file.
Add Column adds a column at the cursor's insertion point in a table or matrix.
Add Row adds a row at the cursor's insertion point in a table or matrix.
Make Spanning combines the selected entries from a formatted grid into a single spanning entry.
Split Spanning divides a spanning entry from a formatted grid into separate entries.
Baseline is a symbol that represents the baseline for purposes of alignment and positioning.
Integrate[f, x] gives the indefinite integral \[Integral]f d x. Integrate[f, {x, x_min, x_max}] gives the definite integral \[Integral]_x_min^x_max\ f\ d x. Integrate[f, {x, ...
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...