You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about a notation to do numerical calculations
# How to add numbers
To add two numbers like $ a + b $ you just add them like $ 2 + 2 $ equals $@ 2 + 2 @$
It can also work with other numbers
@@
a = 2;
b = 3;
@@
$$
\begin{align}
a &= @a@ \\
b &= @b@ \\
a + b &= @a+b@
\end{align}
$$
Hi, just and Idea
What about a notation to do numerical calculations
https://mathb.in/75890
Everything in between
@
and@@
would evaluate numerically. Even if it is also in between$
It would evaluate and be similar to
How to add numbers
To add two numbers like$a + b$ you just add them like $2 + 2$ equals $4$
It can also work with other numbers
I've been working on something similar just as a reference https://dvd101x.github.io/math-notepad/
The text was updated successfully, but these errors were encountered: