emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/calc.texi


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/man/calc.texi
Date: Mon, 10 Oct 2005 16:00:15 -0400

Index: emacs/man/calc.texi
diff -c emacs/man/calc.texi:1.76 emacs/man/calc.texi:1.77
*** emacs/man/calc.texi:1.76    Fri Sep 16 22:11:03 2005
--- emacs/man/calc.texi Mon Oct 10 20:00:13 2005
***************
*** 12817,12823 ****
  get a special ``dimensioned'' Matrix mode in which matrices of
  unknown size are assumed to be @address@hidden square matrices.
  Then, the function call @samp{idn(1)} will expand into an actual
! matrix rather than representing a ``generic'' matrix.
  
  @cindex Declaring scalar variables
  Of course these modes are approximations to the true state of
--- 12817,12825 ----
  get a special ``dimensioned'' Matrix mode in which matrices of
  unknown size are assumed to be @address@hidden square matrices.
  Then, the function call @samp{idn(1)} will expand into an actual
! matrix rather than representing a ``generic'' matrix.  Simply typing
! @kbd{C-u m v} will get you a square Matrix mode, in which matrices of
! unknown size are assumed to be square matrices of unspecified size.
  
  @cindex Declaring scalar variables
  Of course these modes are approximations to the true state of
***************
*** 13205,13210 ****
--- 13207,13214 ----
  The value is a vector.
  @item matrix
  The value is a matrix (a rectangular vector of vectors).
+ @item sqmatrix
+ The value is a square matrix.
  @end table
  
  These type symbols can be combined with the other type symbols
***************
*** 15978,15984 ****
  
  @item
  Matrix/Scalar mode.  Default value is @mathit{-1}.  Value is 0 for Scalar
! mode, @mathit{-2} for Matrix mode, or @var{N} for 
  @texline @math{N\times N}
  @infoline @address@hidden 
  Matrix mode.  Command is @kbd{m v}.
--- 15982,15989 ----
  
  @item
  Matrix/Scalar mode.  Default value is @mathit{-1}.  Value is 0 for Scalar
! mode, @mathit{-2} for Matrix mode, @mathit{-3} for square Matrix mode,
! or @var{N} for  
  @texline @math{N\times N}
  @infoline @address@hidden 
  Matrix mode.  Command is @kbd{m v}.
***************
*** 16056,16062 ****
  Matrix mode (@kbd{m v}; @pxref{Matrix Mode}).
  
  @item address@hidden
! Dimensioned Matrix mode (@kbd{C-u @var{n} m v}).
  
  @item Scalar
  Scalar mode (@kbd{m v}; @pxref{Matrix Mode}).
--- 16061,16070 ----
  Matrix mode (@kbd{m v}; @pxref{Matrix Mode}).
  
  @item address@hidden
! Dimensioned Matrix mode (@kbd{C-u @var{n} m v}; @pxref{Matrix Mode}).
! 
! @item SqMatrix
! Square Matrix mode (@kbd{C-u m v}; @pxref{Matrix Mode}).
  
  @item Scalar
  Scalar mode (@kbd{m v}; @pxref{Matrix Mode}).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]