Sie sind auf Seite 1von 6

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 (3.1)
Digits d 8;
8 (3.2)
evalf Sq 10 ;
100. (3.3)
evalf Sq 101 ;
10201. (3.4)
Sq x
eqn20 d x/Sq x CSq x K2 x C ;
7
15
x/ Sq x K2 x (3.5)
7
plot Sq x , x = 0 ..6 ;
30

20

10

0
0 1 2 3 4 5 6
x
plot eqn20 x , x = 0 ..6 ;
60

50

40

30

20

10

0
0 1 2 3 4 5 6
x
plot Sq x , eqn20 x , x = 0 ..6 ;
60

50

40

30

20

10

0
0 1 2 3 4 5 6
x
fsolve Sq x = eqn20 x ;
0., 1.7500000 (3.6)

So, there you have it. The characteristic curve of a square function. A demonstrative quadratic to contrast it
with.
= Solved for the intersections of these functions.
= Start simple, build from there.

Glen
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported http://creativecommons.org/licenses/by-nc-sa/3.0/

Creative Commons License Deed


Attribution-Noncommercial-Share Alike 3.0 Unported

You are free:

to Share — to copy, distribute and transmit the work

to Remix — to adapt the work

Under the following conditions:

Attribution. You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse you
or your use of the work).

Noncommercial. You may not use this work for commercial purposes.

Share Alike. If you alter, transform, or build upon this work, you may
distribute the resulting work only under the same or similar license to this
one.

For any reuse or distribution, you must make clear to others the license terms of this work. The best
way to do this is with a link to this web page.
Any of the above conditions can be waived if you get permission from the copyright holder.
Nothing in this license impairs or restricts the author's moral rights.

Your fair dealing and other rights are in no way affected by the above.
This is a human-readable summary of the Legal Code (the full license).

1 of 1 10/26/2008 9:59 AM
= The previous pages are the “license terms” to my Intellectual Property of my web site, web materials,
MediaBin blog, FloatingPoint blog, Nullx Xemacs (blogspot) blog, Scribd (PDF) documents, and
anything; I have produced.

= I fully attribute the Creative Commons license, to Creative Commons, and thank them for permitting
me to freely distribute the terms / expression of it. I do not purport to copy, modify, or alter their license
in any form, simply use to define the legal terms or my IP materials copyright.

= The license is, Non-commercial : share-alike, is allowed copy, distribution, and transmission, and or
remix. Provision of “attribution” must be made (to myself), not used for commercial purposes, and
“anyone else” is allowed (or your reworking of my original material) to share alike your alterations,
based on my works.

= I solely reserve to make “commercial” uses of my productions. Otherwise, anyone else's material, I
do acknowledge and quote their originality, besides “it is not” to be used commercially without their
permission, besides my “only usage” of other parties work is (as best, as I can determine) applied in a
fair use capacity.

Glen Ritchie
October 2008
Bismarck, North Dakota USA

Das könnte Ihnen auch gefallen