HP Forums
How to perform operation on column in Stats 2Var - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: How to perform operation on column in Stats 2Var (/thread-12744.html)



How to perform operation on column in Stats 2Var - kevin3g - 04-05-2019 08:11 PM

I want to multiple the whole column by 2 or say a column has diameters of a circle. Now, I want to convert that column into areas of these circles. How would I do this?


RE: How to perform operation on column in Stats 2Var - Wes Loewer - 04-05-2019 08:40 PM

If C1 contains the radii, you can go to Home and enter

C2 := 2*C1
C3 := π*C1^2

When you go back to the Num view, you should see columns C2 and C3 containing the diameters and areas.