- Started with
\[\left(d1 \cdot 3 + d1 \cdot d2\right) + d1 \cdot d3\]
0.1
- Applied simplify to get
\[\color{red}{\left(d1 \cdot 3 + d1 \cdot d2\right) + d1 \cdot d3} \leadsto \color{blue}{(d1 * \left(d3 + 3\right) + \left(d1 \cdot d2\right))_*}\]
0.1
- Using strategy
rm 0.1
- Applied fma-udef to get
\[\color{red}{(d1 * \left(d3 + 3\right) + \left(d1 \cdot d2\right))_*} \leadsto \color{blue}{d1 \cdot \left(d3 + 3\right) + d1 \cdot d2}\]
0.1
- Applied taylor to get
\[d1 \cdot \left(d3 + 3\right) + d1 \cdot d2 \leadsto \left(d1 \cdot d3 + 3 \cdot d1\right) + d1 \cdot d2\]
0.1
- Taylor expanded around 0 to get
\[\color{red}{\left(d1 \cdot d3 + 3 \cdot d1\right)} + d1 \cdot d2 \leadsto \color{blue}{\left(d1 \cdot d3 + 3 \cdot d1\right)} + d1 \cdot d2\]
0.1
- Applied simplify to get
\[\color{red}{\left(d1 \cdot d3 + 3 \cdot d1\right) + d1 \cdot d2} \leadsto \color{blue}{(\left(d2 + d3\right) * d1 + \left(d1 \cdot 3\right))_*}\]
0.1
- Using strategy
rm 0.1
- Applied fma-udef to get
\[\color{red}{(\left(d2 + d3\right) * d1 + \left(d1 \cdot 3\right))_*} \leadsto \color{blue}{\left(d2 + d3\right) \cdot d1 + d1 \cdot 3}\]
0.1
- Applied taylor to get
\[\left(d2 + d3\right) \cdot d1 + d1 \cdot 3 \leadsto d1 \cdot d3 + \left(3 \cdot d1 + d1 \cdot d2\right)\]
0.1
- Taylor expanded around 0 to get
\[\color{red}{d1 \cdot d3 + \left(3 \cdot d1 + d1 \cdot d2\right)} \leadsto \color{blue}{d1 \cdot d3 + \left(3 \cdot d1 + d1 \cdot d2\right)}\]
0.1
- Applied simplify to get
\[d1 \cdot d3 + \left(3 \cdot d1 + d1 \cdot d2\right) \leadsto (d1 * \left(d2 + 3\right) + \left(d3 \cdot d1\right))_*\]
0.1
- Applied final simplification