Skip to content

WellRestedSloth/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testing

Just a test repository

This is another line. Another sentence on that line. Test 1 2 3.

Adding another line here.

My heading 1

Some paragraph about some description.

  1. Lemon
  2. Cucumber
  3. Socks

And some unordered list:

  • Alpha
  • Beta
  • Gamma

Table here:

Column 1 Column 2
Something Another one here
Row 2 Row 2 Col 2

Code blocks

void main(int argc, char **argv)
{
   for (int i=0; i<3; i++)
   {
      printf("i = %d\n", i);
   }

   return;
}

wellrestedsloth.github.io/testing

The Cauchy-Schwarz Inequality

$$\left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$

Quadratic Formula

$$\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

Some Newton's force equation

$$F = G \left( \frac{m_1 m_2}{r^2} \right)$$

Multi-line Series

$$y = 1 + \left( \frac{1}{x} + \frac{1}{x^2} + \frac{1}{x^3} + \ldots \right. \\ \left. \quad + \frac{1}{x^{n-1}} + \frac{1}{x^n} \right)$$

$$a^2 + b^2 = c^2$$

$$X + \frac{1}{X}$$

$$\sqrt{3x-1}+(1+x)^2$$

Done!!

About

Just a test repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages