<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
   "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<link rel="stylesheet" 
  href="../../../../comsci/css/s010.css" 
  type="text/css" />
 
<style type="text/css">

.text0
{
  clear: left;

  width: 30em;
  height: auto;
  float: left;
  text-align: left;
  line-height: 2em;
}

.text1
{
  clear: left;

  width: 40em;
  height: auto;
  float: left;
  text-align: left;
  line-height: 2em;
  margin-left: 3em;
}

.square0
{
  clear: left;

  height: auto;
  float: left;
  width: 15em;
  margin-left: 3em;
}

.square
{
  height: auto;
  float: left;
  width: auto;
  margin left: 5em;
}

.title
{
  clear: left;

  text-align: center;
}


</style>

</head>
<body>

<div class="title">
<h1> Continued Fraction notes 
<a href="../../../../../index.html">
<img alt="home" border="0" src="../../../../comsci/images/Frame.gif" /> </a>
</h1>
</div>

<div class="square0">
<a href="cf009.xml"> Reversing a CF </a>
</div>

<div class="square0">
<a href="cf008.xml"> Euclid's Algorithm </a>
</div>

<div class="square0">
<a href="cf007.xml"> Sequences from CF's </a>
</div>


<div class="square0">
<a href="cf006.xml"> 
 Generaized Linear CF's 
</a>
</div>

<div class="square0">
<a class="nounderline" href="cf005.xml"> 

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>a</mi>
    <mi>x</mi>
    <msup>
      <mi></mi>
      <mrow><mi>2</mi></mrow>
    </msup>
    <mo>+</mo>
    <mi>b</mi>
    <mi>x</mi>
    <mo>+</mo>
    <mi>c</mi>
    <mo>=</mo> 
    <mi>0</mi>
  </mrow>
</math>

</a>
</div>

<div class="square0">
<a href="cf004.xml"> Hunting divergent CF's </a>
</div>

<div class="square0">
<a class="nounderline" href="cf001.xml">

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>a</mi>
    <msub>
      <mi></mi>
      <mrow><mi>n</mi><mo>+</mo><mi>1</mi></mrow>
    </msub>
    <mo>=</mo>
    <mfrac>
      <mrow>
        <mi>3</mi>
        <mi>(</mi>
        <mi>1</mi>
        <mo>+</mo>
        <mi>a</mi>
        <msub>
          <mi></mi>
          <mrow><mi>n</mi></mrow>
        </msub>
        <mi>)</mi>
      </mrow>
      <mrow>
        <mi>3</mi>
        <mo>+</mo>
        <mi>a</mi>
        <msub>
          <mi></mi>
          <mrow><mi>n</mi></mrow>
        </msub>
      </mrow>
    </mfrac>
  </mrow>
</math>

</a>
</div>


<div class="square0">
<a href="cf002.xml"> Fibonacci Continued Fraction </a> 
</div>

<div class="square0">
<a href="cf003.xml"> AIRA's </a>  
</div>

<div class="square">
Almost Isosceles Right Angled Triangles
</div>

<div class="square0">
<a class="nounderline" href="cf010.xml">
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>n</mi>
    <mo>=</mo>

    <mfrac>
      <mrow>
        <mi>1</mi>
      </mrow>
      <mrow>

        <mi>1</mi>
        <mo>-</mo>
        <mi>n</mi>
        <mo>+</mo>

    <mfrac>
      <mrow>
        <mi>2</mi>
      </mrow>
      <mrow>

        <mi>2</mi>
        <mo>-</mo>
        <mi>n</mi>
        <mo>+</mo>

    <mfrac>
      <mrow>
        <mi>3</mi>
      </mrow>
      <mrow>

        <mi>3</mi>
        <mo>-</mo>
        <mi>n</mi>
        <mo>+</mo>
        <mo>...</mo>

      </mrow>
    </mfrac>

      </mrow>
    </mfrac>

      </mrow>
    </mfrac>

  </mrow>
</math>

</a>
</div>

<div class="square0">
<a href="cf011.xml"> Ramanujan and an interesting street number </a>
</div>

<div class="square">
<math xmlns="&mathml;">
  <mi>1</mi>
  <mo>+</mo>
  <mi>2</mi>
  <mo>+</mo>
  <mo>...</mo>
  <mo>+</mo>
  <mo>(</mo>
  <mi>n</mi>
  <mo>-</mo>
  <mi>1</mi>
  <mo>)</mo>
  <mo>=</mo>
  <mo>(</mo>
  <mi>n</mi>
  <mo>+</mo>
  <mi>1</mi>
  <mo>)</mo>
  <mo>+</mo>
  <mo>(</mo>
  <mi>n</mi>
  <mo>+</mo>
  <mi>2</mi>
  <mo>)</mo>
  <mo>+</mo>
  <mo>...</mo>
  <mo>+</mo>
  <mi>m</mi>
</math>

</div>


<div class="square0">
<a href="cf012.xml"> Recursive seqence {1/(an+b)} </a>
</div>

<div class="square0">
<a href="cf013.xml"> Eulers Identity </a>
</div>
<div class="square">
  Alternating sum expressed as a cf
</div>

<div class="square0">
<a href="cf014.xml"> Trigonomentric Functions Table </a>
</div>
<div class="square">
  The continued fractions expansions. 
</div>

<div class="square0">
<a href="cf015.xml"> Product and Addition of cf's </a>
</div>
<div class="square">
 Closure.
</div>

<div class="square0">
<a href="cf016.xml"> Converting Power Series to Contined Fractions </a>
</div>

<div>
Issues and problem generalization.
</div>

<div class="square0">
<a href="cf017.xml"> Convergence of Periodic cfs </a>
</div>
<div class="square">
  Algebra simplification for faster convergence.
</div>



<div class="square0">
<a href="cf018.xml"> Algebraic and Visual Representation of cfs</a>
</div>
<div class="square">
  Algebra of continued fractions and circuits.
</div>




<div class="square0">
<a class="nounderline" href="cf019.xml"> 
<math xmlns="&mathml;">
  <mfrac>
    <mrow><mi>

  <mi>y</mi>
  <msub>
    <mi></mi>
    <mrow><mi>n</mi><mo>+</mo><mi>1</mi></mrow>
  </msub>
</mi></mrow>
    <mrow>
  <mi>y</mi>
  <msub>
    <mi></mi>
    <mrow><mi>n</mi></mrow>
  </msub>

</mrow>
  </mfrac>
  <mo>=</mo>
  <mi>y</mi>
  <msub>
    <mi></mi>
    <mrow><mi>n</mi></mrow>
  </msub>
  <mo>-</mo>
  <mi>y</mi>
  <msub>
    <mi></mi>
    <mrow><mi>n</mi><mo>-</mo><mi>1</mi></mrow>
  </msub>
  
</math>


</a>
</div>
<div class="square">
  Not a cf, but an interesting number.
</div>





<div class="spacer"> </div>


<div class="text1">
<h3> Challenges </h3>
<ul>


<li> Find the CF expansion of

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>log</mi>
    <msub>
      <mi></mi>
      <mrow><mi>b</mi></mrow>
    </msub>
    <mi>n</mi>
  </mrow>
</math>
.

</li>


<li>
Find the CF for

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <msubsup>
      <mo>&Integral;</mo>
      <mrow>
        <mi>0</mi>
      </mrow>
      <mrow>
        <mi>x</mi>
      </mrow>
    </msubsup>
    <mi>e</mi>
    <msup>
      <mi></mi>
      <mrow>
        <mo>-</mo>
        <mi>x</mi>
        <msup>
          <mi></mi>
          <mrow><mi>2</mi></mrow>
        </msup>
      </mrow>
    </msup>
    <mi>dx</mi>
  </mrow>
</math>
.
 Derive it.

</li>

<li>

Find the continued fraction associated with

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mspace>&ThickSpace;</mspace>
    <mi>s</mi>
    <mo>(</mo>
    <mi>n</mi>
    <mo>)</mo>
    <mi>=</mi>
    <mfrac>
      <mrow>
        <mi>n</mi>
        <mo>(</mo>
        <mi>n</mi>
        <mo>+</mo>
        <mi>1</mi>
        <mo>)</mo>
      </mrow>
      <mrow><mi>2</mi></mrow>
    </mfrac>
  </mrow>
</math>

.

</li>

<li>
Can cf's be used to calculate the floor and ceiling functions?
 Reference to page 170 of Niven and Zucherman in 
 "An Introduction to The Theory of Numbers".

</li>

</ul>
</div>

</body>
</html>


