Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I create a Cartesian Plane Graph in Excel Spreadsheet. I have to show
the change in the coefficient of the constant function, linear function, the quadratic, the cubic function, the square root function and the absolute value function. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to make an XY chart.
To answer every part of your question would take a lng time. Suggest you get familiar with the basic steps in Excel so you know how to use formulas and make chart. A good start would be the book Excel for Dummies Quadratic: with x-values in A1:A10; in B1 enter =2*A1^2+3*A1-4 and copy this down to B10. Select A1:B1O and use the Chart Wizard (assuming you are not using Excel 2007) to make an XY chart. Square root: =SQRT(A1) but A1 must be positive Absolute value: =ABS(A1) where A1 can have either sign You might find this useful: www.fsmq.org/data//files/iuausgraphsi-9413.doc Have fun with your homework! -- Bernard V Liengme Microsoft Excel MVP www.stfx.ca/people/bliengme remove caps from email "Ray48021" wrote in message ... How do I create a Cartesian Plane Graph in Excel Spreadsheet. I have to show the change in the coefficient of the constant function, linear function, the quadratic, the cubic function, the square root function and the absolute value function. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I can balance a plane but i can not fix a formula. | Excel Discussion (Misc queries) | |||
How to do a cartesian join in Excel? | Excel Worksheet Functions | |||
Cartesian chart | Charts and Charting in Excel | |||
3D column chart with plane / surface added | Charts and Charting in Excel | |||
Help Plotting Cartesian Coordinates | Charts and Charting in Excel |