quadratic
There are 51 repositories under quadratic topic.
quadratichq/quadratic
Quadratic | Spreadsheet with Python, SQL, and AI
Anish-Agnihotri/quadratic-funding
Quadratic Funding is the mathematically optimal way to fund public goods in a democratic community.
VectorChief/QuadRay-engine
Realtime raytracer using SIMD on ARM, MIPS, PPC and x86
JuliaFirstOrder/SeparableOptimization.jl
A Julia package that solves Linearly Constrained Separable Optimization Problems using ADMM.
gitcoinco/quadratictrust
QF where you fund with your clout - not your $$$
JuliaFirstOrder/PiecewiseQuadratics.jl
A Julia package for manipulation of univariate piecewise quadratic functions.
uav4geo/quadratik
Free and open source software for easy self-hosted quadratic funding!
BaseMax/QuadraticEquationCalculator
Quadratic Solver: Quadratic Equation Calculator (A X^2 + B X^1 + D = 0)
gergelytakacs/vibration-control-ANSYS
An example of active vibration attenuation by linear quadratic control entirely implemented in ANSYS APDL.
Ivan-Kalatchev/QuadraSkill
A multiplayer game for quadratic equations
mathyscraft/Polynomial-Converter
Polynomial-converter is a website make for student who are fed up to convert yourself quadratics polynimomials to canonical or factorised form
Sagar-Sharma-7/Quadratic-Equation-Solver
Quadratic Equation Solver. We can help you solve an equation of the form "ax2 + bx + c = 0" Just enter the values of a, b and c below: a. x2 +. b. x +. c. = 0.
d4rthm4ul/Time-Series-Analysis-KATS-Covid-19-Azerbaijan
With the help of a brand new KATS package, we can detect outliers, change points, and build very strong Time Series Analysis models. By inspecting this repository you can get a solid vision of KATS on real Covid-19 data of Azerbaijan.
PotLock/next-app-old
NextJS application built for PotLock (on NEAR)
alexandreLamarre/Golang-Ray-Tracing-Renderer
A native (no external libraries) golang 3D ray tracing renderer, that implements Ray intersection via the Phong-Reflection Model, Recursive Shape grouping with AABB optimizations and Constructive Solid Geometry, augmented with recursively defined Patterns, Perlin/Simplex noise algorihthms, and an efficient convex-hull/half-edge Delaunay Triangulation implementation
CalPlug/ArduinoMenuCalibrator
Arduino based regression tool for calculating coefficients for fitting. This serial menu driven script provides the capability for using regression to determine fitting coefficients for multiple types of potential fitting equations linear, quadratic, power, exponential, and logarithmic functions from input data either supplied or measured via microcontroller ADCs. It can be used for sensor calibration and provide fitting summaries and coefficients. After reading values and calculating fits and goodness of fits (along with average and absolute errors) it will allow the saving of fitting cofficients into onboard EEPROM to be recalled by anothe rprogram. The intent of this operation is to use this as a program to calibrate onbboard sensors where the saved data can be recalled from the EEPROM as required. It has been tested as functional on Arduino Uno and Arduino Mega. NOTE: Limited memory on microcontrollers limits the practicality of regressions with very large datasets. A library based version of this script is in development currently.
EtorojahOkon/c-calculator
A C# winforms calculator application
hllqk/two-dimensional-simple-picture-bed
by hllqk 一个基于php的直接上传的简约图床或文件上传
source-foundry/path-inspector
Quadratic font curve path inspector
Carlover101/equation-solver
Automatic Equation Solver
charlesmjdana/Uniform
Uniform: A Probabilistic SAT Solving Algorithm
neek8044/Quadratic-Equation-Solver
Tkinter python application to solve quadratic equations.
ngupta1024/UnderactuatedRobotics
These are the coding assignments given as a part of the course, Underactuated robotics at CMU.
robo3945/svgcubic2quadratic
Tool to convert Cubic to Quadratic Bezier curves in SVG files
Sigmarik/square_equation_solver
Programm for solving square equations written (kind of) as big-a*s project. Check README.md for more details.
Wholemy/PathSource
PathSource for Fonts or other output
yuvam2017/Quadratic-equation
Quadratic Equation GUI based program
BurakMarangoz/End-to-End-ML-Projects-With-Pipeline
End to End Machine Learning Projects Examples
Gabri432/equation-solver
A program that will be able to solve any linear, quadratic or cubic equation
teo-101/Equation-Calculator
Quadratic Equation Calculator JS
justineuro/h5p-byBrowser
Standalone HTML page that allows viewing an H5P using h5p-standalone
Lexz-08/Quadratic
Factors quadratic expressions, given their a/b/c value(s).
linguini1/quadratic
Command line program to find the zeroes of a quadratic polynomial in form ax^2 + bx + c.
TebogoYungMercykay/Mathematical_Expressions_Calculator
Polynomials are mathematical objects which are expressions of variables and coefficients added to-gether. These polynomials can use operator overloading in a very intuitive manner since most of the operators that we can overload are mathematical operators, which can also be applied to polynomials.