Yep, it's " y' " at first and not " y ". I didn't try under OS 1.20 (I have to find a pc under windows to install it )As the equation you wrote, I think it is "y'=ay+b,y,x", right?
Classpad Suggestions
#81
Posted 16 January 2004 - 05:28 PM
#82
Posted 23 January 2004 - 02:37 PM
#83
Posted 23 January 2004 - 03:01 PM
#84
Posted 23 January 2004 - 05:25 PM
I have some plot to pixle code arround here somewhere, I'll find it and you can use it to draw a line with pixle coords.
#85
Posted 23 January 2004 - 05:30 PM
for 16=>x to 61
pxlon x,85
next
#86
Posted 23 January 2004 - 05:35 PM
#87
Posted 23 January 2004 - 05:39 PM
(pixX/10)-xmax=>plotX
-((pixY/10)-ymax-3)->plotY
this only works in half screen though, theres probably a better way to do it but I havent bothered to figgure it out yet.
#88
Posted 23 January 2004 - 06:08 PM
*********Edit:*********
Hope this is a "pixel line":
Locate 1,14,"..." 'There is a ... symbol on the SMBL menu of the virtual keyboard
For the vertical one:
For 19=>cont To 81 Step 2
Locate 70,cont,"|"
Next
Edited by betoe, 23 January 2004 - 09:13 PM.
#89
Posted 23 January 2004 - 10:22 PM
I dont know if its adressed anywhere else ( i read only this three pages so far ), but i would like to have a "activ-"physik-formula-collection where i can tell the known variables and classpad solves the chosed formula *gg*
Does simething like this already exsist and if yes, where can i get it? :]
greetings Corni
#90
Posted 23 January 2004 - 10:47 PM
#91
Posted 24 January 2004 - 12:28 AM
#92
Posted 24 January 2004 - 04:13 AM
#93
Posted 24 January 2004 - 09:07 AM
I need a program wich automatically solves equation for the variable i ask for ...
if i have for example the equation:
F=m*a which everyone should know and a,F are given the program schould ask me after i selected this formula:
Which variables are given and what values do they have? which one to solve for?
That should'nt be so hard!?
And cause there are hundreds of formulas it would be nice if someone else than me wrote down this formula-collection already
If not ... i would do it of course and upload it if anyone needs it too
i hope my expressions are more clear now ...
greets Corni
#94
Posted 24 January 2004 - 04:25 PM
I've another question:
I didnt find a transformation-function for something like this
arctan(x)= SUM"0->infinite"{ [(-1)^n / 2n+1]*x^(2n+1) }
can u help me out?
greets Corni
#95
Posted 25 January 2004 - 02:12 AM
I think there is "NumSolve" application in ClassPad. You can use it to solve any variable in the formula you input. This is easier and faster than to make a program to do what you said.
If you can, please explain more about your second question
If there are alot of formulas, you can store it in a var for later recall.
Edited by Lovecasio, 25 January 2004 - 02:15 AM.
#96
Posted 25 January 2004 - 09:46 AM
i search a function which can do this:
arctan(x) transformed to SUM"0->infinite"{ [(-1)^n / 2n+1]*x^(2n+1) }
#97
Posted 26 January 2004 - 02:41 AM
I 'm afraid that there is no function or command that can transform what you want. I tried, but none of them can do.
#98
Posted 27 January 2004 - 11:10 AM
1: The mathematics shows that there are endless functions that express an value or another function.Hi.
I 'm afraid that there is no function or command that can transform what you want. I tried, but none of them can do.
Take pi:
One method is to do it the arsitoteles: take an circle draw an polygon with n-corners calc the length of all sides add them and then you get an number thats neraly pi. The next is to "better" the number: make an 2n polygon out of the n polygon and sum all the sides and then you get an number thats more next to pi. the ending formula is an sum.
Another way showed Ramanujan:
pi = 1/(sqrt(8)/9801*sum(n->inf., ((1103*26390*n)*(4n)!)/(396^4n*(n!)^4)))
if n=0 the number has 6 correct signs after the dot. for n=5 nearly 40 correct signs after the dot.
And another way is to "draw" or calc an applebred at an special point and count (or calc it) the times you have to calc the new value until it is bigger than 2.
(If you ask nice i will send you more of these functions)
(If you ask i will ask my prof for the proof of the sentence 1
#99
Posted 27 January 2004 - 03:30 PM
@ mkanter i know that there are endless ways to discribe forumlas cause there are endless ways to get there ... but i wish calsspad had one of these to discribe every formula
#100
Posted 27 January 2004 - 03:39 PM
another method (for tests/exams: Take the Formula (if you have one an write an eActivity, so you can easily copy&paste it, if you need it later)
#101
Posted 27 January 2004 - 03:55 PM
#102
Posted 27 January 2004 - 08:09 PM
greets
#103
Posted 28 January 2004 - 12:36 AM
It would be nice if CP support any other forms like parametric function (in 3D Graph app.)
#104
Posted 11 February 2004 - 07:00 PM
Also i dunno why, but i dont like to make functions, i like to make only programs...
#105
Posted 11 February 2004 - 08:21 PM
pxlline x1,y1,x2,y2
pxlcrcl x,y,r
rclpict pic,x,y
stopict pic,x,y,height,width
i would like to see those...
or else i might sell my CP and go back to my v200
Casio would really appreciate that
------------------------------------------------------------------------------------------
maybe resize screen/split screen functions
Edited by qwerty841, 12 February 2004 - 04:50 AM.
#106
Posted 12 February 2004 - 12:58 AM
i honestly dont think the pixle things are needed... maybe sort of handy, but i do plot -> pixel calculations all the time, its fairly easy (I'll write a conversion function).
#107
Posted 12 February 2004 - 05:06 AM
#108
Posted 07 March 2004 - 11:53 AM
( diff( function ) , blablabla )
Ability to put strings into matrix
like :
[0 2x] [0 ] [3y-2x 0] [2 3y] ^ [1 ]= [5 0] (exemple is not a real one ^^) [5 0] [0 ] [0 2x]
#109
Posted 14 March 2004 - 07:44 PM
It would be usefull to have it, when you are doing simple calculations not using the pen. After perssing + - * / the ANS varialbe should show up automaticly, so you don't have to enter the result beforehand.
All simple casio calculators have it.
#110
Posted 14 March 2004 - 08:40 PM
#111
Posted 14 March 2004 - 09:06 PM
#112
Posted 14 March 2004 - 09:16 PM
#113
Posted 15 March 2004 - 05:30 PM
#114
Posted 15 March 2004 - 06:54 PM
#115
Posted 16 March 2004 - 10:48 AM
a free configurable keyboard (were the (-) key is a shift and then you can set all other keys (except the on/off and the keyboard key) the strings you want)
maybe different key mappings in main in program app. - in main the trigernometric i would prefer and in program things like not equal if then,... or what else i need often.
--------------------------
www.mkanter.de.vu
#116
Posted 22 March 2004 - 12:54 PM
1) where is GRA? it was in all older calc's (it was right with DEG and RAD)
I know it isn't used by most of users - but almoust all my calculus are based on
this angle scale. It dosn't seems to be difficult, and it would help me a lot.
2) *.txt file converter for eActivity
#117
Posted 26 March 2004 - 07:41 PM
#118
Posted 26 March 2004 - 11:56 PM
#119
Posted 27 March 2004 - 08:11 PM
& Lagrange & Bessel & ... functions.
(??)/"" M.A.
#120
Posted 27 March 2004 - 09:23 PM
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users