Ohm's Law Calculator Program
#1
Posted 31 May 2014 - 10:56 AM
I'm searching for a Ohm's Law Calculator that's written in Casio Basic.
Does anyone have this program?
Thanks.
#2
Posted 18 August 2014 - 06:46 AM
#3
Posted 05 July 2015 - 05:30 AM
Why this type of question has been posted not only here, but every where in the world?
Is this just a physics question or, purely calc programming issue?
At first, you should understand its physical meaning of Ohm's law..
Then understand the equation is a type of A x B = C.
I understand a question comes; how to program to know A, B or C from the equation?
But without knowing the 1st and 2nd item, there is nothing to tell.
#4
Posted 21 June 2019 - 12:58 AM
Lbl 0
MENU "Ohm's LAW Calculator","Voltage V=IR,A,"Current I=VR, B, "R=I÷V, C," Clear values",D,"Exit",F
Lbl A
"What is the Current"?->I
"What is the Resistance"?->R
IR->V
ClrText
Goto F
Lbl B
...
Lbl F
ClrText
Locate 1,1,"Voltage: "
Locate 12,1,V
Locate 1,2,"Current: "
Locate 12,2,I
Locate 1,3,"Resistance:"
Locate 12,3,R
Edited by Rhodie, 21 June 2019 - 01:09 AM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users