Open Sajjon opened 5 years ago
I have implement Polynomial before, the multiplication of polynomial is done by convolution. https://github.com/SusanDoggie/Doggie/blob/master/Sources/Doggie/Maths/Polynomial.swift
I use to solving the system of polynomial equations. That's helpful for finding the intersection of two bezier curves. https://github.com/SusanDoggie/Doggie/blob/69552cd39fdb50fea6e82f7abd09f1b2ccff332a/Sources/Doggie/Maths/Bezier/CubicBezier.swift#L445-L478
Hey, I already asked in #38 about the scope of swift-numerics, but since I have not got a reply yet I keep on pitching some math stuff.
Last summer I wrote EquationKit(just gave SPM support to it) which offers multivariate polynomial with support for partial differentiation:
Would that fit in here? I saw #42 and would I would mention this.