I decided it would be a good idea to test out the instructions from my last post, where I explain how to put mathematics in your blog. This is fast becoming addictive, so I am going to have to sit on my hands for a while after this post.
A Cross Product Formula
V1×V2=|ijk∂X∂u∂Y∂u0∂X∂v∂Y∂v0|
That seemed to work, but I did notice a couple of glitches. So here are a few hints.
- After you paste in the HTML, consider typing a couple of characters ("xx" or similar) as a placemarker so that you can be sure where your blog text is being inserted in relation to the script calls (the scripts should be right at the start). It's usually a good idea to lay down a marker like this when switching between “compose” and “HTML” editing modes.
- If you want to put a formula in-line just write it with a dollar sign before and after. So
and therefore $x^2$ cannot be zero
will come out as:
and therefore x2 cannot be zero
- When TeX inputs are copied from the web, to avoid formatting confusion it is often better to either paste into the HTML edit mode, or paste into a text window and re-copy to lose the formatting before pasting into the compose edit mode.
- If at first you don't succeed, look for help among the TeX community. It is large, and many of its members are professional educators.
Simple equations
i=10∑i=0ϕi(3)∫100ϕi(x)dx=3
z(1 + √ωi+1+ζ−x+1Θ+1y+1 ) = 1
Multi-line equation
(a+b)3=(a+b)2(a+b)=(a2+2ab+b2)(a+b)=(a3+2a2b+ab2)+(a2b+2ab2+b3)=a3+3a2b+3ab2+b3
The derivative is defined as
dydx=limΔx→0ΔyΔx
f(x)→yasx→x0
f(x)⟶x→x0y
Math with font-size set to 250%
Multi-line equation
(a+b)3=(a+b)2(a+b)=(a2+2ab+b2)(a+b)=(a3+2a2b+ab2)+(a2b+2ab2+b3)=a3+3a2b+3ab2+b3
The derivative is defined as
dydx=limΔx→0ΔyΔx
f(x)→yasx→x0
f(x)⟶x→x0y
Math with font-size set to 250%
gd2udx2+Lsinu=0
While my testing can hardly be called exhaustive, I think I have provided as good a start as anyone could expect in the world of mathematical blogging. Good luck with yours!
No comments:
Post a Comment