freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
-
Updated
Sep 12, 2020 - JavaScript
{{ message }}
freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
An extensive math library for JavaScript and Node.js
Consider the following system and its solution:
from sympy import *
from sympy.abc import j,f
# augmented matrix
a=Matrix([
[1, 1, 1, 1, 1, 1, 1, 1, 1],
[0, -1, 0, -1, 0, -1, 0, -1, -j],
[0, 0, 0, 0, 1, 1, 1, 1, f]
])
x=Matrix(list(linsolve(a))[0])
# check if x is a solution
a[:,:-1]*x-a[:,-1] # should be all 0 but the second term is 'tau0-tau1'
Do you have an
Open Machine Learning Course
A Swift library that uses the Accelerate framework to provide high-performance functions for matrix math, digital signal processing, and image manipulation.
An Open-Source Collection of +200 Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
simple statistics for node & browser javascript
Math.NET Numerics
A well tested and comprehensive Golang statistics library package with no dependencies.
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
Easily type math in your webapp
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines).
Random data generation in Swift
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Swift Custom Operators for Mathematical Notation
Reading position of a long note could get lost after device orientation changes. It's annoying to manually scroll to the target position I read before.
Some screen shots here
![Screen Shot 2020-08-09 at 4 16 21 PM](https://user-images.githubusercontent.com/67744580/89728001-22911000-da5c-11ea-9ed1-6
The standard library of the D programming language
Numerical APIs for Swift
C++ implementation of Lie Groups using Eigen.
Add a description, image, and links to the math topic page so that developers can more easily learn about it.
To associate your repository with the math topic, visit your repo's landing page and select "manage topics."
The version of
flow-typedfor Jest is v24.x.x, but we use v26.