Template:PolynomialsFlag: Difference between revisions
From charlesreid1
(Created page with "<br /> {{Flag |header=polynomials |text=mathematical objects that are useful for all manner of technical tasks, simple enough for everyone to use, and complicated enough to k...") |
m (Admin moved page Template:PolynomialFlag to Template:PolynomialsFlag without leaving a redirect) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
{{Flag | {{Flag | ||
|header=polynomials | |header=polynomials | ||
|text=mathematical objects | |image=Hex6.jpg | ||
|text=useful mathematical objects, common enough for everyone, complex enough to keep you busy | |||
| Line 11: | Line 12: | ||
'''Mathematics:''' | '''Mathematics:''' | ||
[[Polynomials/Numbers]] - | [[Polynomials/Numbers]] - polynomial representations of numbers | ||
'''Programming:''' | '''Programming:''' | ||
[[Polynomials/ | [[Polynomials/Java]] - implementing a Polynomial class in Java | ||
[[Polynomials/ | [[Polynomials/Inheritance]] - using polynomials to illustrate inheritance (Java) | ||
[[Polynomials/Interface]] - using polynomials to illustrate interfaces (Java and Go) | |||
'''Performance:''' | |||
[[Polynomials/Test Driven Development]] - how to write tests, explained using polynomials | |||
[[Polynomials/Timing]] - how to time code to measure performance | |||
| Line 29: | Line 37: | ||
}} | }} | ||
[[Category: | [[Category:Polynomials]] | ||
[[Category:Math]] | [[Category:Math]] | ||
<br /> | <br /> | ||
Latest revision as of 21:47, 9 April 2017
|
|
polynomials useful mathematical objects, common enough for everyone, complex enough to keep you busy
Polynomials/Numbers - polynomial representations of numbers
Polynomials/Java - implementing a Polynomial class in Java Polynomials/Inheritance - using polynomials to illustrate inheritance (Java) Polynomials/Interface - using polynomials to illustrate interfaces (Java and Go)
Polynomials/Test Driven Development - how to write tests, explained using polynomials Polynomials/Timing - how to time code to measure performance
|