Request for help with CSS/Html formatted On-Calc Doc
|
09-26-2018, 02:16 AM
(This post was last modified: 09-26-2018 03:24 AM by compsystems.)
Post: #5
|
|||
|
|||
RE: Request for help with CSS/Html formatted On-Calc Doc
I will collaborate with extra CAS examples (text format) and cmds without documentation, of course, you make changes in the writing of English, my English is not my native language.
For example for assume cmd() a second example assume(x, integer); solve(x^3-x^2+x = 1, x, '=' ) returns {x = 1} instead of {x = 1, x = i, x = −i}, // makelist Returns a list made with a function or with a constant. Or create a list of zeros from a constant as the final size makelist(Fnc/constant,lnitVal,FinalVal,StepVal) makelist(x->x^2,1,10,2) => [1,9,25,49,81] makelist(x->ifte(x<=2,y^x,z^x),1,5) => [y,y^2,z^3,z^4,z^5,z^6] makelist( 0,1,5 ) => [0,0,0,0,0] makelist( 5 ) => [0,0,0,0,0] |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)