Marc B. Reynolds · @mbr
270 followers · 416 posts · Server mastodon.gamedev.place

I have some thoughts I'm attempting to write up WRT that quadratic paper (1) shared by @fatlimey. But anyway since probably most peeps seeing this are interested in single precision results....handling that case (if you can promote to doubles) is almost no work (2) at all. (Of course it's all moot if spurious over/underflows aren't a concern)

1) mastodon.gamedev.place/@fatlim

2) gist.github.com/Marc-B-Reynold

#floatingpoint #Quadratic

Last updated 1 year ago

Snagburz · @snagburz
3 followers · 187 posts · Server techhub.social

Once again I solve a using the famous method. I explain a little bit how to solve the equation, and then switch to to solve the equation, and then print all 3 solutions.

qr.ae/prmQES

#cubic #equation #python #Quadratic

Last updated 1 year ago

Laura Joya · @lejoya
13 followers · 16 posts · Server mastodon.world

Happy everyone! What nice day to show teenagers how to solve by completing the square!

#monday #Quadratic #equations #mathematics #algebra #publiceducation

Last updated 2 years ago

Xavier B. · @somenxavier
108 followers · 247 posts · Server mathstodon.xyz

For me, this is the best method to solve (better than completing squares, general quadratics formula, factorization, ...)

twitter.com/l_d_hodge/status/5

(Credits from "l hodge" - @l_d_hodge on twitter)

It's easy to understand, it works with $a \neq 1$ and it has meaning.

It's based on change of variables and

#symmetry #equations #Quadratic

Last updated 2 years ago

Khurram Wadee ✅ · @mkwadee
1034 followers · 10918 posts · Server mastodon.org.uk

Finally the most sophisticated of the three is Simpson’s rule in which pairs of adjacent strips use a to interpolate between the ordinates. This even better at convergence than the trapezium rule. I’ve shown a different function here because for the function shown above the difference between the approximation and the numerical is not discernible.

#Quadratic #parabola #approximation #mywork #mathematics #maths #numerics #simpsonsrule #freesoftware #ccbysa #wikipedia #wikimedia

Last updated 3 years ago

Michael Connor Buchan · @TheFake_VIP
533 followers · 1783 posts · Server linuxrocks.online
Khurram Wadee ✅ · @mkwadee
986 followers · 10873 posts · Server mastodon.org.uk

I was explaining to my wife yesterday how gives us a way to find the of a at any point and to illustrate it I wrote a short routine in to draw the to any point on a graph of a function. Here we see the example for the and functions, x^2 and 1/x i.e. a and a respectively.

#DifferentialCalculus #gradient #function #maxima #tangent #Quadratic #reciprocal #parabola #hyperbola #mywork #gif #animatedgif #ccbysa #wxmaxima #mathematics #maths #calculus #differentiation

Last updated 5 years ago

claude · @mathr
288 followers · 2739 posts · Server post.lurk.org

I implemented Slow Mating for quadratic polynomials using the equations and hints in Chapter 5 of Wolf Jung's 2017 paper "The Thurston Algorithm for quadratic matings" arxiv.org/abs/1706.04177

My code is 145 lines of quite-straightforward C, vs 2249 lines of C++ with various state hidden in mutating objects for the code accompanying the paper (which admittedly does a lot more, working from angles to compute the complex points and (pre)periods that are the input to my code). I'll do a blog post next week once I've tested more cases to make sure I haven't done any big mistakes.

There were a couple of subtleties, 1. needing to use cproj() to normalize infinity's representation and avoid NaNs; and 2. in one place, converting (a - b) / (a - c) to (1 - b/a) / (1 - c/a) so that it still works when a is infinite.

Attached images are the north period 4 island mated with the west period 4 island (blue background), and 2/5 bulb mated with 1/2 bulb (turquoise background).

#Quadratic #JuliaSets #SlowMating #RationalFunction #maths #fractals

Last updated 5 years ago