I've added another page to the "How Do I...?" section of the LaTeX page. It's on creating multicolumn documents. As always, has multiple was to do the same thing. I'm using the multicol package. As the link indicates, this "...defines a multicols environment which typesets text in multiple columns (up to a maximum of 10).... The package enables you to switch between any (permitted) number of columns at will...". You can find the link on the sidebar or you can click here to view the page.
Author Archives: admin
Sage Essentials: Saving anaglyph output
The picture above is a 3-D anaglyph created by Sage; all you need are the 3-D glasses to enjoy it. Unfortunately, saving the output is trickier than it should be. You'll need to have a Sage notebook which you can get, for example, by installing Sage onto your computer (rather than using a Sage Cell Server) or opening a Sage Notebook account here. Installing Sage onto your computer is preferable as the notebook account is not as reliable.
I've added a new page called Sage Essentials which will take you through the steps. It already has some other information on it (migrated from this post); look at the bottom of the page for saving anaglyph output.
Calculator Worksheet (2)
I've added a second calculator worksheet to the Handouts page. It's targeted at students who are at precalculus level since knowledge of fractional exponents are required. Of course, you can modify the code so it will be appropriate to your level.
Problems: special right triangles
I've added another problem to the Problems page.
Using your knowledge of 30-60-90 right triangles, prove that the area of an equilateral triangle with side of length is given by
. Use this formula to find the area of a regular hexagon with sides of length
.
LaTeX: handwriting font
You can spice up a assignments with a handwriting font; for example, the normal font for questions and handwritten font for answers. I've added a basic template at the bottom of this page to get you started.
Odds and Ends: April 19, 2013
Two items that might interest you:
First, I mentioned online LaTeX compilers in this post. Those compilers are great for math teachers (or anyone) who uses multiple computers, especially computers where they lack administrator rights. A year later and I've come across a new online LaTeX website which looks better than anything else. It's called writeLaTeX and there are many reasons you really should take a look:
- It's free! Just go there and start typing.
- It's simple to use. The diagram says it all.
- There are templates provided for creating a paper, presentation, and more!
- As you type, you're given a "rapid" preview of the changing document.
- If you sign up for writeLaTeX then you can collaborate with others on LaTeX documents.
When you go to the website you'll see 2 buttons: one to create a new paper and the other to create a new presentation. But if you look a little further down there are links for a "WriteLaTeX Tutorial", "Templates and Demos", and "Sign up for a free account". Clicking on "Templates and Demos" will take you here, where you'll find you actually have access to 3 pages of templates. Even better, writeLaTeX is available for your I-pad, tablet, and mobile device.
I spent some time experimenting with it and found that the "rapid preview" was not so rapid on my machine. Gummi, the IDE I use in creating many of my posts, updates much more rapidly than writeLaTeX. This, however, I think is a minor issue. writeLaTeX looks to be a useful tool every math teacher should be aware of. I've added a link to writeLaTeX on the sidebar.
Second, there is a good article on "Academias Indentured Servants". Though it isn't directly related to high school math, it does relate to an earlier post where I mentioned the pool of qualified people who could teach at the high school level if it weren't for the certification requirements. Of course, not every adjunct professor would be suitable to teach at the high school level (eg failure to pass a background check) nor would some want to teach at the high school level. But, having seen this situation up close, I also know there would be a decent percent that would abandon the poverty wages of academia for a high school teaching job--if only those onerous certification requirements were removed.
Altermundus' packages
The English version of the Altermundus site showcases the beautiful work of the author, Alain Matthes, using packages that he created. They're built on PGF and Tikz and, like the sagetex package, are some of the most important packages a math teacher should learn---especially the tkz-euclide package for geometrical drawings. Since the packages are built on Tikz it's possible to use Tikz code, too. The problem (at least for me) is that the documentation is in French which makes going through it a bit slower than I'd like.
I've set up a new page to help me learn the packages and I'm starting with tkz-euclide. It's organized differently than the actual documentation and has simple code for you to download and experiment. There's a link to Altermundus' packages on the LaTeX page, the sidebar, or you can click here.
Sage Interact: trigonometric transformations
The screenshot above illustrates a new manipulative I've put together, running on the Sage Sandbox page, that let's user explore transformations of the trig functions sine, cosine, and tangent. More specifically, the user can experiment with how the values of A, B, C, and D affect the graph of:
- y=Asin(Bx+C)+D
- y=Acos(Bx+C)+D
- y=Atan(Bx+C)+D
Two issues came up along the way:
- How do you control the range of y-values in the output?
- How do you make tangent plot as a disconnected graph?
I've added information to address these topics to the Sage Interact Essentials page. The code for the manipulative can be found on the Python/Sage page.
"Proof": the real numbers are uncountable
In an earlier post, I gave my opinion that the most important lesson of high school math should be that the rational numbers have measure 0. As part of that mission, the rational numbers were ordered in this post. Today I've added the "proof" that the real numbers aren't countable to the Handouts page. No doubt some of you have seen it before but it's rot really a proof unless you've established when two different decimals represent the same real number. Clarifying that issue, unfortunately, makes a real proof too difficult so you're best off asserting that mathematicians have proven this to be true. I've given a sketch as to why that's so as well in case you get asked. By focusing on the "proof" (rather than proof) that the real numbers are uncountable it's within the grasp of an accelerated math class.
How do I....create a table?
I've added a new page to the "How do I....?" section of the LaTeX page on the basics of creating a simple table. The link is on the sidebar or you can click here.