fricas (1) -> <spad> fricas )nopile fricas )abbrev package PASCALN PascalNopile
PascalNopile : with {
make_pascal : Integer -> Matrix(Integer)
} == add {
make_pascal(N : Integer) : Matrix(Integer) == {
nn := N::NonNegativeInteger;
tab := zero(nn,
fricas Compiling FriCAS source code from file
/var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/3692351107100135223-25px001.spad
using old system compiler.
PASCALN abbreviates package PascalNopile
------------------------------------------------------------------------
initializing NRLIB PASCALN for PascalNopile
compiling into NRLIB PASCALN
compiling exported make_pascal : Integer -> Matrix Integer
Time: 0.01 SEC.Try it: fricas make_pascal(5)
Type: Matrix(Integer)
|
