Processing math: 100%

Thursday, July 28, 2016

Changing Font size on Blogger

Step 1: Login to Blogger.
Step 2: Click on Drop down as shown and select "Template"



Step 3: Click on Customize.



Step 4: Click on "Advanced"


Step 5: Select desired Font and Font Size.


Step 6: Click on "Apply to Blog" on top right hand side of the page to apply your settings.

Wednesday, July 27, 2016

Georgi Lie Algebras Chapter 2 Solutions



==Problem 2A==
Find all components of matrix eiαA where A is A=(001000100)

==Solution==
Simply exp will yield, (12(e(2iy)+1)e(iy)012(e(2iy)1)e(iy)01012(e(2iy)1)e(iy)012(e(2iy)+1)e(iy)) Then applying Demovire's theorem, one gets, (12(cos(2y)+isin(2y)+1)(cos(y)isin(y))012(cos(2y)+isin(2y)1)(cos(y)isin(y))01012(cos(2y)+isin(2y)1)(cos(y)isin(y))012(cos(2y)+isin(2y)+1)(cos(y)isin(y)))

==Problem 2B==
If [A,B]=B, calculate eiαABeiαA Using equation 2.44, and setting Y=Z, we get RHS=Xi[Z,X]12[Z,[Z,X]]+=Xi[X,Z]1/2[[X,Z],Z]+ Applying this to equation in our problem, eiαABeiαA=Biα[B,A]12α2[[B,A],A]+=B+iαB12α2[B,A]+=B+iαB12α2B+=Beiα

Tuesday, July 26, 2016

How to configure blogger for MathJax

Step 1: Login to Blogger
Step 2: Select "Layout" from the dropdownlist.


Step 3:Click Edit in the Cross Column.

Step 4: Copy and paste the following code.

<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX", "output/HTML-CSS"],
    tex2jax: {
      inlineMath: [ [','], ["\(","\)"] ],
      displayMath: [ [','], ["\[","\]"] ],
      processEscapes: true
    },
    "HTML-CSS": { availableFonts: ["TeX"] }
  });
</script>


<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>

Step 5: Click Save.


Step 6: Start using LaTex in your blog. The minimal configuration as noted above won't support all features. Check out the MathJax documentation by clicking link - MathJax Docs
Step 7: Publish and Prosper!

Chain complexes on Hilbert spaces

 Chain complexes are mathematical structures used extensively in algebraic topology, homological algebra, and other areas of mathematics. Th...