Template:PolynomialsFlag: Difference between revisions
From charlesreid1
No edit summary |
m (Admin moved page Template:PolynomialFlag to Template:PolynomialsFlag without leaving a redirect) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
|header=polynomials | |header=polynomials | ||
|image=Hex6.jpg | |image=Hex6.jpg | ||
|text=mathematical objects | |text=useful mathematical objects, common enough for everyone, complex enough to keep you busy | ||
| Line 12: | 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 | |||
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
|