How to run an expression in CAS mode in program
|
06-23-2017, 05:18 PM
Post: #4
|
|||
|
|||
RE: How to run an expression in CAS mode in program
There once was a thread concerning MOD, you perhaos should look at :
(08-21-2015 11:09 AM)parisse Wrote: MOD was implemented inside the CAS for the first version of the 39GII, it was not meant to be used with exact data, the CAS function for integer remainder is irem, and here the right function is powmod(7,23,143) because computing 7^23 before doing remaindering is much much less efficient. which here then can be used : powmod(a,n-1,n) Arno |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to run an expression in CAS mode in program - webmasterpdx - 06-23-2017, 12:49 PM
RE: How to run an expression in CAS mode in program - Helge Gabert - 06-23-2017, 02:01 PM
RE: How to run an expression in CAS mode in program - Didier Lachieze - 06-23-2017, 02:45 PM
RE: How to run an expression in CAS mode in program - Arno K - 06-23-2017 05:18 PM
RE: How to run an expression in CAS mode in program - webmasterpdx - 06-23-2017, 09:24 PM
|
User(s) browsing this thread: 1 Guest(s)