-
Updated
Sep 29, 2020 - JavaScript
math
Here are 3,777 public repositories matching this topic...
-
Updated
Sep 4, 2020 - CSS
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 24, 2020 - Go
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
-
Updated
Sep 6, 2020 - Python
-
Updated
May 16, 2020 - Swift
-
Updated
Aug 21, 2020
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;
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 1, 2020 - C#
-
Updated
Sep 19, 2020 - TeX
-
Updated
Feb 18, 2020 - Go
-
Updated
Sep 22, 2020 - JavaScript
-
Updated
Sep 29, 2020 - PHP
-
Updated
Nov 2, 2019 - C++
-
Updated
Nov 6, 2018 - Swift
-
Updated
Sep 24, 2020 - Python
-
Updated
Jun 27, 2020
-
Updated
Jul 9, 2020 - Java
General information
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.
- App version: 2.2.10
- System: Android 7
Description
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
-
Updated
Aug 30, 2019 - Swift
-
Updated
Sep 29, 2020 - D
-
Updated
Sep 6, 2020 - C++
-
Updated
Sep 25, 2020 - Swift
Improve this page
Add a description, image, and links to the math topic page so that developers can more easily learn about it.
Add this topic to your repo
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.