QMRITools`
QMRITools`

NumberTableForm

NumberTableForm[data]

makes a right aligned table of the numbers with 3 decimal percision.

NumberTableForm[data,n]

makes a right aligned table of the numbers with n decimal percision.

Details

  • The following options can be given:
  • TableMethodNumberFormTableMethod is an option for NumberTableForm. It specifies which number form to uses. Values can be NumberForm, ScientificForm or EngineeringForm.
    TableAlignmentsAutomaticTableAlignments is an option for TableForm and MatrixForm which specifies how entries in each dimension should be aligned.
    TableDepthInfinityTableDepth is an option for TableForm and MatrixForm that specifies the maximum number of levels to be printed in tabular or matrix format.
    TableDirectionsColumnTableDirections is an option for TableForm and MatrixForm which specifies whether successive dimensions should be arranged as rows or columns.
    TableHeadingsNoneTableHeadings is an option for TableForm and MatrixForm that gives the labels to be printed for entries in each dimension of a table or matrix.
    TableSpacingAutomaticTableSpacing is an option for TableForm and MatrixForm that specifies how many spaces should be left between each successive row or column.

Examples