5 General FAQ

5.1 How to convert Mathematica expression to Maple?
5.2 How to debug and stopat internal procedures, such as dsolve?
5.3 How to display source code of a function?
5.4 How to display trace of a function as it runs in maple?
5.5 How to display a build in function code?
5.6 How to build a LIST or a SET on the fly?
5.7 make function display more information
5.8 How to plot a function?
5.9 How to run maple from command line?
5.10 How to use matrices in maple?
5.11 return more than value from a procedure
5.12 How does maple handle procedure arguments?
5.13 How to define your own data types?
5.14 find max element and position in matrix
5.15 How to create a package?
5.16 How to convert from floating point to Hex?
5.17 How to find Taylor series expansion of functions?
5.18 How to print elements of a matrix?
5.19 How to find determinant of matrix?
5.20 How to generate Hilbert matrix?
5.21 How to plot matrix data?
5.22 How to catch an error from a proc()?
5.23 How to convert 3456 to 3,456 ?
5.24 How to use units ?
5.25 How to evaluate Catalan number and other sums?
5.26 write a text file that contains a package, and load it
5.27 How to find what packages are included in maple
5.28 How to plot the gradient vector field?
5.29 How to put the digits of Pi into a list?
5.30 Digits of PI in maple and mma
5.31 How to find where functions are?
5.32 how to use Laplace transform?
5.33 questions I have
5.34 3D plotting
5.35 How to raise each element in a list to a power?
5.36 How to generate a sequence with any increment?
5.37 What shortcuts are there for matrix manipulation?
5.38 How to solve a set of equations for the derivative?
5.39 How to solve a set of equations for differentials?
5.40 How to plot binary tree
5.41 Problem 12.4 chapter 4, Boas book
5.42 example of doing convergence test in maple
5.43 Problem ch 14, 3.18, Boas book. contour integration
5.44 How to find multiple roots to an equation such as \(\sin (x) = 0\)
5.45 Dr Basti Associated Legendre
5.46 Understanding conformal mapping in maple
5.47 Hide tilde character when using assumption
5.48 Fourier series in maple
5.49 How to plot graphs next to each others in a grid like fashion
5.50 How to generate Pi on X-axis
5.51 How to make output from FunctionAdvisor look better?
5.52 How to do partial fractions?
5.53 How to generate sequence sum symbolically
5.54 Nice plot from Maple
5.55 How to check if 2 expressions are the same?
5.56 converting series to factorials
5.57 How to find what new additions made to Maple?
5.58 Maple can’t solve laplace equation and numerically
5.59 Some Maple Matrix operations
5.60 How set diagonal elements to some value, say 1?
5.61 How to multiply roots of a polynomial?
5.62 How to plot a surface in 3D?
5.63 How to convert trig to sinc function in an expression
5.64 How to find NullSpace and ColumnSpace of a matrix?
5.65 How to fix the interface to using Maple notation for input?
5.66 How to find all solutions using allvalues ?
5.67 Adding only to diagonal of a matrix
5.68 How to search help for updates on some package
5.69 How to work with groups in worksheet
5.70 How to read code into worksheet?
5.71 Code editors for Maple
5.72 How to find if package is module or table?
5.73 How to replace a string?
5.74 How to use geometry and plottools ?
5.75 How to simplify log expressions ?
5.76 How to simplify hyperbolic expression ?
5.77 How to create text file and append string to it?
5.78 How to search packages and libraries?
5.79 How to numerically solve a BVP ode and plot the solution?
5.80 How to display on screen for specific width?
5.81 Maple IDE links
5.82 loading, remove and finding what packages loaded
5.83 some rules of thumbs when using Maple
5.84 How to make multiple assumptions on a symbol?
5.85 How to check if expression is an equation?
5.86 How to check if expression is a set?
5.87 How to export a plot to PDF?
5.88 How to find all roots of complex number
5.89 How to convert matrix of matrices to a matrix?
5.90 How to do pattern matching in Maple?
5.91 Example 1
5.92 Example 2
5.93 How to find trig identities?
5.94 How to find directional derivative of scalar function?
5.95 How to check if name is assigned a value?
5.96 How to simplify \(e^{\ln (x)+\ln (y)}\)
5.97 Basis for Null space, Row space and column space of matrix
5.98 How to do Gaussian elimination on a Matrix?
5.99 How to find Reduced Echelon form of a Matrix?
5.100 How add a new row to bottom of matrix?
5.101 How to find the cofactor matrix of a matrix?
5.102 How to normalize eigenvectors?
5.103 How to typeset \(\hslash \)?
5.104 How to find the Curl of a vector?
5.105 See all steps in RREF of an augmented matrix
5.106 How to find column space of matrix?
5.107 Show step by step. Calculus problem and differential equations.
5.108 How to obtain list of files with some extension in folder?
5.109 How to delete lines from text file that contains some string?
5.110 How to truncate a polynomial?
5.111 How to make a local declare like block inside a proc?
5.112 Using short name for a proc inside nested modules instead of long name
5.113 Remove duplicates objects in a list based on condition on a field
5.114 How to remove duplicates Vectors from a list?
5.115 How to find all poles and their order of a rational function?
5.116 find series of function with specific number of terms
5.117 How to call sibling’s proc without making the sibling module exported?
5.118 Convert time to use seconds instead of milliseconds
5.119 Change the summation index letter
5.120 How to use RootOf to solve an equation?