Post Reply 
Problem on displaying user defined function as output
11-02-2022, 08:20 PM (This post was last modified: 11-02-2022 09:20 PM by ftneek.)
Post: #2
RE: Problem on displaying user defined function as output
Assuming the coefficients are stored in L0, you could try this:
Code:

return Σ(L0(I)*FALL(I-1),I,1,DIM(L0));

It may need to be a cas program to give a symbolic result. Let me know if it works

- neek
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem on displaying user defined function as output - ftneek - 11-02-2022 08:20 PM



User(s) browsing this thread: 1 Guest(s)