M

Manual-Fit

 

Manual-Fit[equname,color#,line style#]

Fits a linear equation to a scatter plot with specified color and line style.

Color#: 10 - 24 or color name pasted from [vars] COLOR.

line style #: 1-4.

MATHPRINT

 

MATHPRINT

Displays most entries and answers the way they are displayed in textbooks, such as .

Matr4list(

 

Matr4list(matrix,listnameA,...,listname n)

Fills each listname with elements from each column in matrix.

Matr4list(

 

Matr4list(matrix,column#,listname)

Fills a listname with elements from a specified column# in matrix.

max(

 

max(valueA,valueB)

Returns the larger of valueA and valueB.

max(

 

max(list)

Returns the larger of valueA and valueB.

max(

 

max(list)

Returns largest real or complex element in list.

max(

 

max(listA,listB)

Returns a real or complex list of the larger of each pair of elements in listA and listB.

max(

 

max(value,list)

Returns a real or complex list of the larger of value or each list element.

mean(

 

mean(list[,freqlist])

Returns the mean of list with frequency freqlist.

median(

 

median(list[,freqlist])

Returns the median of list with frequency freqlist.

Med-Med

 

Med-Med [Xlistname,Ylistname,freqlist,regequ]

Fits a median-median model to Xlistname and Ylistname with frequency freqlist, and stores the regression equation to regequ.

Menu(

 

Menu("title","text1",label1[,...,"text7",label7])

Generates a menu of up to seven items during program execution.

min(

 

min(valueA,valueB)

Returns smaller of valueA and valueB.

min(

 

min(list)

Returns smallest real or complex element in list.

min(

 

min(listA,listB)

Returns real or complex list of the smaller of each pair of elements in listA and listB.

min(

 

min(value,list)

Returns a real or complex list of the smaller of value or each list element.

ModBoxplot

 

ModBoxplot Plot#(type,Xlist,[,freqlist,color#])

Used as the "type" argument in the command.

Where # gives Plot1, Plot2 or Plot3.