-
Updated
Sep 13, 2021 - JavaScript
math
Here are 6,280 public repositories matching this topic...
-
Updated
Aug 2, 2021 - CSS
-
Updated
Sep 3, 2021 - Go
-
Updated
Sep 2, 2021 - JavaScript
See this issue sympy/sympy#11044 . That issue was fixed in PR sympy/sympy#11566. Though no test case was added for the lambdify
.
What needs to be done?
Add test case that this works just fine:
>>> from sympy import MatrixSymbol, lambdify
>>> x = MatrixSymbol('x', 3, 1)
>>> f = lambdify(x, x.T*x)
Test case needs to
-
Updated
Sep 12, 2021 - Python
Enhancement proposal
Running manim --help
gives the following:
Manim Community v0.9.0
Usage: manim [OPTIONS] COMMAND [ARGS]...
Animation engine for explanatory math videos
Options:
--version Show version and exit.
--help Show this message and exit.
Commands:
render* Render SCENE(S) from the input FILE.
cfg Manages Manim configuration files.
ini
-
Updated
Jan 14, 2021 - Swift
-
Updated
Jun 26, 2021
-
Updated
Sep 13, 2021 - Java
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 11, 2021 - TeX
-
Updated
Sep 13, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Aug 30, 2021 - C#
-
Updated
Apr 26, 2021 - Go
-
Updated
Jul 28, 2021 - PHP
-
Updated
Apr 25, 2021 - JavaScript
-
Updated
Jul 29, 2021 - JavaScript
General information
- App version: 2.6.0 (122) , F-Droid
- System: OnePlus 5t, Android 9
Description
At the moment, Markor allows to take a photo using the system camera app, place it into the directory of the note file, and insert the relevant markdown into the file.
I would like to ask that videos (obtained form exactly the same source) be attachable exactly the sa
-
Updated
Nov 2, 2019 - C++
-
Updated
Aug 31, 2021 - Python
-
Updated
Jun 30, 2021
-
Updated
Sep 8, 2021 - Java
-
Updated
Nov 6, 2018 - 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."
Right now
toSplitInto
usesdisplay: false
for all tests.