Previous Page Next Page Contents

Line-Editor -- editing lines in the terminal version of MuPAD

Introduction

This page describes the line editing facility of MuPAD's terminal version.

Details

Example 1

We demonstrate the <TAB> completion. The <TAB> character is pressed after the input lin. The system responds by printing the three system objects beginning with lin. These are the libraries linalg, linopt, and the system function linsolve, respectively:

>> lin<TAB>
      linalg, linopt, linsolve

The following input lists all functions of the linalg library beginning with 'a':

>> linalg::a<TAB>
      linalg::addCol, linalg::addRow, linalg::adjoint, linalg::angle

The following input lists all functions available in the groebner library:

>> groebner::<TAB>
      groebner::dimension, groebner::gbasis, groebner::normalf,
      groebner::spoly

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000