20 lines
290 B
TeX
20 lines
290 B
TeX
|
% vim:ft=tex:
|
||
|
%
|
||
|
\documentclass[12pt]{article}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\section{Ajouts de fractions}
|
||
|
|
||
|
Adding two fractions
|
||
|
%- set e = Expression.random("{a} / {b} + {c} / {k*b}", ["b > 1", "k>1"])
|
||
|
\[
|
||
|
A = \Var{e}
|
||
|
\]
|
||
|
Solution
|
||
|
\[
|
||
|
\Var{e.simplify().explain() | join('=')}
|
||
|
\]
|
||
|
|
||
|
\end{document}
|