(S-T6x0/Z600/K700/Z1010) Calcolatrice Scientifica x fare grafici di funzioni

Versione Completa   Stampa   Cerca   Utenti   Iscriviti     Condividi : FacebookTwitter
Pagine: [1], 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
Elessarloki
00venerdì 3 dicembre 2004 12:21

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

CALCOLATRICE SCIENTIFICA
PER FARE GRAFICI DI FUNZIONI



Tipo: Java
Lingua: Inglese
Dimensione: 35KB
Modelli supportati: T610, T630, Z600, K700, Z1010
Descrizione: Calcolatrice scientifica. Permette di effettuare calcoli con elevata precisione e ha implementate all'interno le più diffuse funzioni matematiche: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Permette inoltre di definire la propria funzione, memorizzare i risultati in variabili, le quali sono poi utilizzabili in altre funzioni. Questo programma memorizza tutte le formule immesse. E' possibile graficare le funzioni. Questa calcolatrice usa la virgola mobile con una precisione a 64 bits sia per la mantissa che per l'esponente.

LASCIATE LA VOSTRA MAIL
E VI SARANNO INVIATE INFO

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-


Per maggiori INFO:

Come inviare al cel

Cercare un altra applicazione



Chi riceve INFO è pregato di contribuire nella distribuzione delle stesse agli utenti che ne faranno richiesta.
Anche per non essere delle semplici sanguisughe!!
Ringraziamo chi già ci aiuta e chi ci vorrà aiutare!!





PICCOLA GUIDA in Inglese

* Write formula using normal infix notation, for example (x^2 + y^2)/1.5. To execute statement use Evaluate command.

* Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error.

* It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function
sum(x)=x>0?x+sum(x-1):0

* Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator.

* All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three different icons: ? (yellow) - statement was not yet evaluated, V (green) - statement was normally compiled and ! (red) - statement was not compiled due to some errors. It is possible to insert reference to the users function using Insert command. To compile and execute statement use Edit and then Evaluate command.

* Help command can be used to list all operators and functions provided by the calculator. You can also insert in edit buffer template of operator or function using Insert command.

* To draw graph of user defined function with one argument, use plot function with three or four parameters: plot(from,till,step,function) or plot(from,till,function). In last case step is choosen automatically according to screen resolution.

COMANDI di BASE

Assignment x=1
Assign new value to variable. After evaluation of this expression, it is possible to refer to this variable from other expressions.

Function definition f(x)=x*x
Evaluation of this expression defines function which can be used in other expressions and which graph can be plotted using plot() function

Conditional operator c?x:y
If condition left to '?' sign is true, then result of conditional expression is value of expression right to '?' sign, otherwise - result of conditional expression is value of expression after ':' sign. Example of function definition using conditional operator - calculation of Fibonacci numbers: fib(x)=x<2?1:fib(x-1)+fib(x-2)

Greater x>y
The result of expression is true if value of left operand is greater than value of right operand

Less x<y
The result of expression is true if value of left operand is less than value of right operand

Between 1<x<5
The result of expression is true if value of second operand is between values of first and third operands.

Sequence x=1,y=2
Sequence of expressions. The expressions are calculated in left-to-right order and result is the value of last expression. Using expression sequences you can write the simplest programs.

Addition x+y
Sum of two operands

Subtraction x-y
Difference of two operands

Multiplication x*y
Multiplication of two operands

Division x/y
Dividing value of first operand by value of second operand

Power x^y
Raise value of the first operand to a power determined by value of second operand

Integer part [x]
Integer part of number

Fraction part {x}
fraction part of number

Absolute value |x|
Absolute value

Expression in parentheses (x)
Expression in parentheses

Sine sin(x)
Sine function (radian)

Cosine cos(x)
Cosine function (radian)

Tangent tan(x)
Tangent function (radian)

Arcsine asin(x)
Arcsine function (radian)

Arccosine acos(x)
Arccosine function (radian)

Arctangent atan(x)
Arctangent function (radian)

Exponent exp(x)
Exponent

Logarithm log(x)
Natural logarithm

Ceil ceil(x)
Round to the minimal integer number greater or equal than specified value

Floor floor(x)
Round to the maximal integer number less or equal than specified value

Square root sqr(x)
Square root

Plot graphic plot(from,till,func)
Plot graphic of the function. First and second parameters specifies start and end point. Then it is possible to specify optional step value (if step is not specified, than it is chosen automatically based on screen resolution). And last parameter specifies name of plotted functions



Modificato da Elessarloki 03/12/2004 14.37
Elessarloki
00venerdì 3 dicembre 2004 12:22
x giuli86, liberty985, maxpcc, maracaibo2
[SM=x54037] INFO!!! [SM=x54037]

[SM=x53986] [SM=x53986] [SM=x53986]
gianky83
00venerdì 3 dicembre 2004 12:57
k700
potresti mandarmelo...

dcgianky@virgilio.it

grazie
vitopiet
00venerdì 3 dicembre 2004 13:00
SI SI SI SI
!!!!!!!!!!!!!!!!
Potrei averla anche io?[SM=x53987]

Grazie... vitop@basilicatanet.it

[SM=x54038] [SM=x54039] [SM=x54038] [SM=x54039] [SM=x54038] [SM=x54039] [SM=x54038] [SM=x54039] [SM=x54038]
giuli86
00venerdì 3 dicembre 2004 13:06
Re: x giuli86, liberty985, maxpcc, maracaibo2

Scritto da: Elessarloki 03/12/2004 12.22
[SM=x54037] INFO!!! [SM=x54037]

[SM=x53986] [SM=x53986] [SM=x53986]




GRAZIE 1000 [SM=x53990] [SM=x53990] [SM=x53990]
Elessarloki
00venerdì 3 dicembre 2004 14:46
[SM=x54037] INFO!!! [SM=x54037]

[SM=x53986] [SM=x53986] [SM=x53986]
YordanRhapsody
00venerdì 3 dicembre 2004 15:11
mandala anche a me per favore...

yordanrhapsody@yahoo.it<p><font class='xsmall'>[<i>Modificato da YordanRhapsody 03/12/2004&nbsp;15.12</i>]</font></p>
ciboss
00venerdì 3 dicembre 2004 15:16
uno come me che sta cercando di diventare ingegnere non può non averla....INFO!!!!!

zimmy@tiscalinet.it
ginofs
00venerdì 3 dicembre 2004 17:26
Ragazziii....

Infoooo [SM=x53988] [SM=x53988]

[SM=x53986] [SM=x53986]
dido89
00venerdì 3 dicembre 2004 18:23
anche a me GRAZIE

fifadi@libero.it
xsinnerx
00venerdì 3 dicembre 2004 20:17
utilissimo!
[SM=x53984] mi inviate il programma? grazieeeeee ciaooooo
sbananas
00venerdì 3 dicembre 2004 20:53
O_O posso finalmente prendere una sufficienza nelle verifiche di matematica siete la mia salvezza O_O
delellis1@virgilio.it G R A Z I E
aguti
00venerdì 3 dicembre 2004 22:36
Grande programma [SM=x53984]
sanavi@fastwebnet.it
Luigi1987
00venerdì 3 dicembre 2004 22:51
me lo mandate anche a me, per piacere[SM=x54024] grazie

luigieantonio@aliceposta.it
MarcoT610
00sabato 4 dicembre 2004 01:44
Poi mandarmela per favore?

antterzu@tin.it

[SM=x53986] [SM=x53986]
ThE-CrOw83
00sabato 4 dicembre 2004 09:03
the-crow@deejaymail.it
[SM=x53986]
collu
00sabato 4 dicembre 2004 11:00
pauraaa.la voglio....
cla84cla84@tiscali.it
grazie
passivestorm
00sabato 4 dicembre 2004 11:18
a me grazie
belli84@libero.it
[SM=x53986] [SM=x53984] [SM=x53986]
Simon24
00sabato 4 dicembre 2004 20:53
Re:

Scritto da: passivestorm 04/12/2004 11.18
a me grazie
belli84@libero.it
[SM=x53986] [SM=x53984] [SM=x53986]

anche a me GRAZIE
simon_kiappe@yahoo.it
sharkm
00domenica 5 dicembre 2004 03:02
Potrei averla anche io ?
grazie anticipatamente
3650 SE
00domenica 5 dicembre 2004 10:06
anke a me grazie..
puo tornare utile..hihiihihihhi
napolitaldo@tin.it
[SM=x54010] [SM=x54010] [SM=x54010] [SM=x54010] [SM=x54010]
ranbros
00domenica 5 dicembre 2004 14:43
Potrei averla..mi impegnerò a divulgarla[SM=x54009]
ranbros@tele2.it
dario89
00domenica 5 dicembre 2004 17:19
puoi anche a me??? grazie 1000
dar.33@tiscali.it
norace
00domenica 5 dicembre 2004 18:15
norace@libero.it
lucameneghello
00domenica 5 dicembre 2004 20:14
potrei averla anche io????
thank you!!!

luca.meneghello@lycos.it[SM=x54037] [SM=x54040] [SM=x54040] [SM=x54040]
hey
00lunedì 6 dicembre 2004 10:01
la potete inviare anke a me grazie?
hey@email.it
[SM=x53990] [SM=x53990] [SM=x53986] [SM=x53986]
Luigi700i
00lunedì 6 dicembre 2004 11:25
Per favore potrei averla anke io?
kan_m@inwind.it
zak21
00lunedì 6 dicembre 2004 13:30
anche a me grazie mille!
zakattak79@lycos.it
emmynet
00lunedì 6 dicembre 2004 14:53
anche a me grazie
emmynet@email.it
dario89
00lunedì 6 dicembre 2004 18:03
anche a me grazie
dar.33@tiscali.it
Questa è la versione 'lo-fi' del Forum Per visualizzare la versione completa clicca qui
Tutti gli orari sono GMT+01:00. Adesso sono le 08:57.
Copyright © 2000-2024 FFZ srl - www.freeforumzone.com