Differences between revisions 23 and 24
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * Testing Crunchy:<pre title="<<interpreter>> [linenumber [=starting_number]]">
Some Python code
</pre>

{{{#!crunchy vlam stuff
print 1+1
}}}

{{{#!crunchy interpreter
>>> print 2+1
}}}


{{{#!crunchy interpreter
print "Hello world"
}}}

{{{#!crunchy editor start=10 step=2
message = "Hello world"
print message
}}}
<pre title="<<interpreter>> [linenumber [=starting_number]]">
print 1+1
</pre>

 * Latex test: <<latex(\usepackage{dsfont} % $$\mathds{C}$$)>>

Example 1:

<<latex(\usepackage{dsfont} % $$\mathds{R}$$)>>

Example 2:
The equations to convert a point on the sphere <<latex($$(\theta, \phi)$$)>> to a point on 2D plane <<latex($$(x, y)$$)>> are:

{{{#!latex
\begin{equation}
x=R\frac{\beta\theta}{\sqrt{\alpha\beta}}\cos{(\alpha\phi)}
\end{equation}

\begin{eqnarray}
y & = & R\frac{\alpha\phi}{\sqrt{\alpha\beta}} \\
\alpha & = & \frac{2\arccos{c}}{\pi} \\
\beta & = & \frac{\alpha}{2p}
\end{eqnarray}
}}}
where <<latex($$\theta$$)>> is the longitude and <<latex($$\phi$$)>> the latitude. R is the
radius of the sphere, which is 1 in our program. <<latex($$c=0.5$$)>> and
<<latex($$p=0.5$$)>> are two constants controlling the shape of the projection.

Introduction to MICS

Sandbox

Recent News

TO DO's

  • Bibliography database (summary assignments)
  • Circuit database (CircuitBook)

  • CAD Knowledgebase
  • Personal Blogs
  • Potential projects (large or small) for circuit, CAD, software, etc.

WikiName Wiki

What is this wiki about?

Interesting starting points:

How to use this site

A Wiki is a collaborative site, anyone can contribute and share:

  • Edit any page by pressing Edit at the top or the bottom of the page

  • Create a link to another page with joined capitalized words (like WikiSandBox) or with [[words in brackets]]

  • Search for page titles or text within pages using the search box at the top of any page
  • See HelpForBeginners to get you going, HelpContents for all help pages.

  • For customizing MoinMoin's language support see HelpOnLanguages.

To learn more about what a WikiWikiWeb is, read about WhyWikiWorks and the WikiNature. Also, consult the HelpMiscellaneous/FrequentlyAskedQuestions page.

This wiki is powered by MoinMoin.

Home (last edited 2016-10-08 07:25:29 by jaeha)