[CAS] PART FUNCTION on sum of n terms
|
07-09-2016, 08:03 AM
Post: #4
|
|||
|
|||
RE: [CAS] PART FUNCTION on sum of n terms
Correct. That's precisely because I knew the limitations of having binary + and * that I designed Giac with n-ary + and *. One of the limitation (that is perhaps not obvious on a calc) is to be able to handle sums with a very large number of arguments (for example 1 million). With binary + the last argument would be so much embedded that many symbolic operations would segfault because of stack overflow during recursion.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[CAS] PART FUNCTION on sum of n terms - compsystems - 07-04-2016, 01:18 AM
RE: [CAS] PART FUNCTION on sum of n terms - parisse - 07-04-2016, 11:00 AM
RE: [CAS] PART FUNCTION on sum of n terms - compsystems - 07-09-2016, 02:10 AM
RE: [CAS] PART FUNCTION on sum of n terms - parisse - 07-09-2016 08:03 AM
RE: [CAS] PART FUNCTION on sum of n terms - Claudio L. - 07-09-2016, 10:13 AM
|
User(s) browsing this thread: 1 Guest(s)