]> www.ginac.de Git - ginac.git/commit - ginac/function.pl
subs() performs "syntactic substitution" as in Maple; you can substitute
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 5 Apr 2001 21:02:26 +0000 (21:02 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 5 Apr 2001 21:02:26 +0000 (21:02 +0000)
commit50dc516836ac5e91f4f60a60b9a307b375247e7c
tree1c2bf199191a8a6d3f677b7ce021d315628adc90
parentdf4af1f82d60e271094846b3a4a07c33aecfa3aa
subs() performs "syntactic substitution" as in Maple; you can substitute
any object by any other object (even numerics) but only when the object
subs() is called on exactly matches an object on the left-hand side of the
substitution list; expairseq still doesn't substitute its numeric coefficients
so substituting numerics will not replace them in all occurences (this
shouldn't matter, though)
ginac/basic.cpp
ginac/container.pl
ginac/expairseq.cpp
ginac/function.pl
ginac/indexed.cpp
ginac/indexed.h
ginac/power.cpp
ginac/symbol.cpp
ginac/symbol.h
ginac/tensor.cpp
ginac/tensor.h