Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ITZjaydeep authored Jan 6, 2024
1 parent 6944426 commit 4fa9caf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mover accent="true"><mi>y</mi> <mo>^</mo></mover>
<mo>=</mo>
<msub><mi>θ</mi> <mn>0</mn> </msub>
<mo>+</mo>
<msub><mi>θ</mi> <mn>1</mn> </msub>
<msub><mi>x</mi> <mn>1</mn> </msub>
<mo>+</mo>
<msub><mi>θ</mi> <mn>2</mn> </msub>
<msub><mi>x</mi> <mn>2</mn> </msub>
<mo>+</mo>
<mo>⋯</mo>
<mo>+</mo>
<msub><mi>θ</mi> <mi>n</mi> </msub>
<msub><mi>x</mi> <mi>n</mi> </msub>
</mrow>
</math>

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mover accent="true">
Expand Down

0 comments on commit 4fa9caf

Please sign in to comment.