Sha256: cb248a96971c151c9677159e4a3623dc70b1d811d29581130971ec50dd8017a1

Contents?: true

Size: 529 Bytes

Versions: 13

Compression:

Stored size: 529 Bytes

Contents


== Some Equations


=== Number Theory

The equation
$a^2 + b^2 = c^2$ has infinitely many
non-proportional integer solutions.
The integer solutions of the equation
\[
  a^3 + b^3 = c^3
\]
are trivial: at least one entry is
zero and the others are "obvious"

=== Calculus

A definite integral:
\[
  \int_0^1 x^n dx = \frac{1}{n}
\]

The fundamental theorem of calculus:
\[
   \frac{d}{dx} \int_a^x f(t) dt = f(x)
\]

=== Linear algebra

A matrix:
\[
M = \left[
  \begin{array}{ c c }
	 1 & 2 \\
	 3 & 4
  \end{array} \right]
\]

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
asciidoctor-latex-1.5.0.17.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.16.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.15.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.14.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.13.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.12.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.11.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.10.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.9.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.8b.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.7.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.5.dev test/examples/adoc/eq-latex.adoc
asciidoctor-latex-1.5.0.4.dev test/examples/adoc/eq-latex.adoc