File:Secret-Sharing-polynomial.png: Difference between revisions
Jump to navigation
Jump to search
(4 + 3x - 1x^2) |
No edit summary |
||
Line 1: | Line 1: | ||
4 + 3x - 1x^2 |
Plot of <math>4 + 3x - 1x^2</math> generated in octave with |
||
<pre> |
|||
x = -1:0.05:6 |
|||
hold on |
|||
gset nokey |
|||
plot(x, 4 + 3 * x + -1 * x.^2) |
|||
plot(1, 4 + 3 * 1 - 1 * 1^2, 'b+') |
|||
plot(2, 4 + 3 * 2 - 1 * 2^2, 'b+') |
|||
plot(3, 4 + 3 * 3 - 1 * 3^2, 'b+') |
|||
plot(4, 4 + 3 * 4 - 1 * 4^2, 'b+') |
|||
plot(5, 4 + 3 * 5 - 1 * 5^2, 'b+') |
|||
plot(0, 4, 'g*') |
|||
</pre> |
Latest revision as of 10:56, 1 December 2004
Plot of generated in octave with
x = -1:0.05:6 hold on gset nokey plot(x, 4 + 3 * x + -1 * x.^2) plot(1, 4 + 3 * 1 - 1 * 1^2, 'b+') plot(2, 4 + 3 * 2 - 1 * 2^2, 'b+') plot(3, 4 + 3 * 3 - 1 * 3^2, 'b+') plot(4, 4 + 3 * 4 - 1 * 4^2, 'b+') plot(5, 4 + 3 * 5 - 1 * 5^2, 'b+') plot(0, 4, 'g*')
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:54, 1 December 2004 | 640 × 480 (3 KB) | Henryk (talk | contribs) | 4 + 3x - 1x^2 |
You cannot overwrite this file.
File usage
The following page uses this file: