(3.4)(3.4)(3.5)(3.5)(3.3)(3.3)(3.1)(3.1)(3.2)(3.2)
Intro:
This notebook will take a quick look at the quadratic / square function.
Private:
Nothing really to say.This is a primitive notebook. Just getting up there.
Square Function:
Sq
d
x
/
x x
;
x
/
x x Digits
d
8;8
evalf Sq
10 ;100.
evalf Sq
101 ;10201.
eqn20
d
x
/
Sq x
C
Sq x
K
2
x
C
Sq x
7;
x
/
157
Sq x
K
2
x plot Sq x
,
x
=0..6 ;
Add a Comment