V = π r2 h
0 = π r2 h - V
0 = π·R12·R2 - R3
Name | Description | |
---|---|---|
A | Calculate the Volume of a Cylinder |
Name | Description | |
---|---|---|
1 | r = Radius of the cylinder | |
2 | h = Height of the cylinder | |
3 | V = Volume of the cylinder | |
(i) | Index to variable to be calculated |
Line | Display | Key Sequence | |
---|---|---|---|
000 | |||
001 | 42,21,11 | f LBL A | |
002 | 44 24 | STO (i) | |
003 | 43 26 | g π | |
004 | 45 1 | RCL 1 | |
005 | 43 11 | g x² | |
006 | 20 | × | |
007 | 45,20, 2 | RCL × 2 | |
008 | 45 3 | RCL 3 | |
009 | 30 | − | |
010 | 43 32 | g RTN |