screwtape · @screwtape
377 followers · 5915 posts · Server mastodon.sdf.org

@rwxrwxrwx
I wrote this function #'LAMBDAISE that turns a cl-buchberger:polynomial into an unevaluated lambda form at run time. I feel like this is going to have a more elegant expression, but I figure if
the lambdaiseing is happening offline it's okay. What do you think? What do other users think?
I can use this to modulate period of some beeps, but I'll do that in about 10 hours.

on codes for turning symbolic polynomials into lambda forms

#commonlisp #lisp #polynomials #100DaysToOffload

Last updated 1 year ago

So.... . They are pretty dang clever and pretty dang amazing. You can get an analytic (if that's the word I want) polynomial fit! That you can take a continuous derivative!

For arbitrary data, I can see why it might not work.

But for a physical object that actually is moving according to a 2nd-order kinematics (piecewise--really 3rd-order overall) but all you have data for the the first two orders, it might be a good way to recover the higher order(s).

#Lagrange #polynomials #math #numerical

Last updated 1 year ago

(I know someone will tell me, so I'll tell myself. If I have position and velocity, I could be solving for the second derivative instead of the first. But maybe I should jump right to lagrange in case I have do unequally spaced data later...)

#polynomials

Last updated 1 year ago

Jeremy Monat · @jemonat
54 followers · 101 posts · Server fosstodon.org

If you need to solve symbolic problems in code, check out the complete guide for SymPy package I wrote ten pages on topics such as systems of , ordinary equations, , , equations, and Diophantine equations, and numerical solving. docs.sympy.org/dev/guides/solv

#math #python #solving #computer #algebra #equations #differential #polynomials #inequalities #matrix

Last updated 1 year ago

Nalini Joshi · @monsoon0
969 followers · 331 posts · Server mathstodon.xyz

Since I was teaching orthogonal (OPs), I asked my class whether theyโ€™d read Great Expectations by , which you may remember had APs :)

#dickens #polynomials

Last updated 1 year ago

Donovan Young · @Dyoung
26 followers · 63 posts · Server mathstodon.xyz

I have a conjecture about how the moments of the roots of a polynomial
(taken as a distribution) are related to the moments of the roots of
its first derivative -- I hope the Mathstodon community can help me
prove or disprove it! @johncarlosbaez I'm looking at you :)
(0/7)

#rootrelations #roots #polynomials

Last updated 2 years ago

Arnoud Buzing · @arnoudbuzing
11 followers · 28 posts · Server mathstodon.xyz
Arnoud Buzing · @arnoudbuzing
11 followers · 27 posts · Server mathstodon.xyz

#polynomials #complex

Last updated 2 years ago

Ashutosh Kasera · @ashutoshkasera
4 followers · 10 posts · Server mastodon.social

My new session, Part 1 of Chapter 2 - Polynomials, based on NCERT is live for Class IX Mathematics students, targeted to help Maths students of CBSE, ICSE and other boards. youtu.be/jrVXB40HiCc

#math #polynomials #mathematics #students #concepts

Last updated 2 years ago

Ed S · @EdS
481 followers · 3264 posts · Server mastodon.sdf.org

Challenge: Given a 33 bit shift register based random number generator, shifting 32 times to make a random integer, we observe that a given value will always appear twice in the sequence. Generally unevenly spaced. How to find a value which has the closest repeat?

We could run for 2^33 iterations and keep a record in a many gigabyte array, but I imagine there's a better way.

Boosts OK!

@ColinTheMathmo

#math #maths #polynomials #lfsr #prng #pseudorandom

Last updated 2 years ago