HP Forums

Full Version: How to perform operation on column in Stats 2Var
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.
Reference URL's