commit d273824d91689f0857f46e5537753cedb89fc2de Author: tuz Date: Fri Oct 17 00:18:42 2025 -0500 update diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00445b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.aux +*.log +*.log \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c36efc --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Math + +## Jupyter + +### Install && Config +```sh +sudo apt update && sudo apt upgrade -y +sudo apt install python3 python3-pip python3-venv -y +``` + +```sh +mkdir ~/mathlab && cd ~/mathlab +python3 -m venv venv +source venv/bin/activate +pip install jupyterlab +``` + +python3 -m venv venv +source venv/bin/activate + +```sh +jupyter lab +``` + + +jupyter notebook + +http://localhost:8888 + +pip install sympy numpy scipy matplotlib + +jupyter nbconvert --to pdf my_notebook.ipynb + + + +## Use + + +file > new > notebook > python3 diff --git a/build/index.pdf b/build/index.pdf new file mode 100644 index 0000000..9c9f39a Binary files /dev/null and b/build/index.pdf differ diff --git a/docs/HELP.make b/docs/HELP.make new file mode 100644 index 0000000..cff93ca --- /dev/null +++ b/docs/HELP.make @@ -0,0 +1,8 @@ +fn win(file) +{ + @example + { + main win file="index" + + } +} diff --git a/index.tex b/index.tex new file mode 100644 index 0000000..6c10089 --- /dev/null +++ b/index.tex @@ -0,0 +1,80 @@ +\documentclass{article} +\usepackage[utf8]{inputenc} + +% \maketitle +\title{Trinomios} +\author{Unknown} +\date{2025} +% \maketitle End + +\begin{document} + +\maketitle + +\section{Introduction} + +\section{Comun Factor} + + +$$ AB + AC $$ +$$ AB + AC + AA $$ +$$ AB + AC + AA - A^2 $$ + +$$ Factor = A $$ + +$$ AB + AC + AA - A^2 $$ + + +Formula + +$$ = A(B + C + A - A)$$ +$$ = A(B) A(C) A(A) A(A)$$ + + +Problems + +$$ 5m^2 + 15m^3$$ + +\[ +\begin{array}{rr|r} +5 & 15 & 5 \\ +1 & 3 & +\end{array} +\] + +$$ = 5m^2(1 + 3m) $$ + + +\section{Trinomio} + +Trinomio $X^{2}-BX+C = (X - P)(X - I)$ + +Formula +$$X^{2}-BX+C = (X - P)(X - I)$$ + +$$(P)(I) = C$$ + +$$P-I = B$$ + +$$I