Skip to content

Commit 9b460c8

Browse files
Merge pull request #895 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 6954dc3 + a9f2d55 commit 9b460c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ a_{21} & a_{22}
115115
\end{bmatrix}
116116
$$
117117

118+
<br>
119+
118120
```latex
119121
A =
120122
\begin{bmatrix}
@@ -133,14 +135,17 @@ $$
133135
y(t) = A e^{kt}
134136
$$
135137

138+
<br>
139+
136140
```latex
137141
\y(t) = A e^{kt}
138142
```
143+
139144
<br>
140145

141146
##### [***Note***](): ***This equation represents a simple solution to an ordinary differential equation.***
142147

143-
<br><br>
148+
<br>
144149

145150
# II- [Modeling - Writing Mathematical Models]()
146151

@@ -166,6 +171,8 @@ $$
166171
Z = 20x_1 + 12.5x_2
167172
$$
168173

174+
<br>
175+
169176
```latex
170177
Z = 20x_1 + 12.5x_2
171178
```
@@ -182,6 +189,8 @@ $$
182189
\end{cases}
183190
$$
184191

192+
<br>
193+
185194
```latex
186195
\begin{cases}
187196
\frac{x_1}{2} + \frac{x_2}{3} \leq 130 \\

0 commit comments

Comments
 (0)