Jeff Hoog Land

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label math. Show all posts
Showing posts with label math. Show all posts

Wednesday, 28 March 2012

HOWTO: TI-83 Emulator on Linux

Posted on 08:17 by Unknown
When you are trying to show a classroom full of students how to enter a complicated equation into their calculator it is pretty much always best to give an example. In order to do this in an effective manner I like to be able to display the calculator on the projector. Most students today have a TI83/84 model so being able to have an emulator for one of these on my laptop is essential. The following is how I went about getting a TI-83 emulator setup on my Bodhi Linux machine:

First - Download, Compile, and install Tilem

My TI emulator of choice is called "Tilem". It is an open source project and you can download the latest source code here. Extract it's contents and do the:

./configure
make
sudo make install

dance that compiles so much software. If the software doesn't compile for you first try be sure to check the README file and the configure script output - odds are you are simply missing a build dependency. If you can't figure out the issue on your own pastebin the error message and post it in the comments - I'll do my best to lend a hand.

Second - Obtain and use a ROM Image

There are a few different ways to get an image of a TI-ROM. You can dump the ROM off of a physical calculator you own (mildly complicated, check that README file for details on this) or you can hit Google. I found a good TI83 download here.

Next simply launch

tilem2

and point it to the location of your calculator ROM file. Once you select it your TI emulator should appear on screen:




Enjoy!

~Jeff Hoogland
Read More
Posted in howto, linux, math | No comments

Tuesday, 7 February 2012

LibreOffice Math/Formula Editor Examples

Posted on 13:10 by Unknown
While I love technology another one of my passions is mathematics. I am currently working on a graduate degree in this field. I like to type a good deal of my course work so it looks presentable.

I know the industry standard for typing mathematics is using a software such a LaTex or Lyx, but I haven't quite made the leap from using LibreOffice as my every day word processor as of yet. Thankfully, LibreOffice comes with a fairly power equation editor - if you know how to use it! The following is my personal cheat sheet for using the editor - enjoy!





If you'd like to download a copy of this you can easily copy and paste I've got an ODT version here and a PDF version here.

~Jeff Hoogland
Read More
Posted in howto, math, software | No comments

Monday, 2 May 2011

Open Source Applications for Math Teachers

Posted on 22:03 by Unknown
In addition to all the technology ramblings I post here every month, I am also a student. This is my final semester in an undergraduate mathematics program with a secondary in education. I believe free open source software (FOSS) is the way of the future and should be used in schools as much as possible. In addition to being free of charge, having code be open promotes learning (as future computer students can see how the internals of a program work).

Part of my final semester was student teaching at a local high school. Technology is very much a part of the classroom in 2011 and I used a number of open source tools to aide in my teaching. The following is a collection of some of the best open source tools around that you can use to enrich your mathematics class.

Geogebra
Task: Interactive Geometry Software
Platforms: Linux, OSX, Windows

I believe Geogebra is easily one of the best pieces of educational mathematics software around. It is easily comparable to Geometer's Sketchpad and performs many of the same functions. One of the largest advantages of Geogebra is that because it is written fully in java it can be run 100% in the webrowser, requiring no installation.


KAlgebra
Task:
Function Plotting
Platforms: Linux

KAlgebra is a calculator that has both symbolic and analysis features that lets you plot 2D and 3D functions. In the 2D function plotting tagent lines along a function are also easy to display simply by moving the mouse.


wxMaxima
Task: Computer Algebra System
Platforms:
Linux, OSX, Windows

wxMaxima is a Computer Algebra System (CAS) that is a GUI front end to Maxima. It has a wide range of features which I've described in more detail in my post here.


XCAS
Task:
Computer Algebra System
Platforms: Linux, OSX, Windows

XCAS describes it's as the "swiss knife of mathematics" - which isn't too far from the truth. It has all the features you would expect from a CAS and then some! One of the most notable features though is that it comes with a "maple syntax" option - so those coming from the closed source Maple will feel right at home using XCAS.

Qalculate!
Task: Multi-Functional Calculator
Platforms: Linux

Qalculate is easily one of the best scientific calculators around. It stores every calculation you make so you can easily go back and find numbers you have crunched in the past. Qalculate also includes a wide range of scientific constants to easily perform calculations with. This is an application no science or mathematics major should be without.


LibreOffice Math
Task: Mathematics Document Creation
Platforms:
Linux, OSX, Windows

In addition to providing a full office suite (Word processor, Spreadsheet, Presentation, and data base) LibreOffice also provides a fantastic mathematics writer. Excellent for creating worksheets and exams that look professional, LibreOffice Math is easy to learn and a great tool to have.


Xournal
Task:
Digital Notebook
Platforms: Linux, Windows

Xournal + a cheap tablet computer + a projector = a fairly cost effective interactive white board. The main benefit to putting lecture notes down in a digital form is easily saving them for later. As a teacher writing notes on a tablet computer is beneficial due to the fact that you can face the class as you write instead of having your back turned.


Do you have an open source mathematics application you like to use that I did not list here? If so drop a comment below letting me know what it is so I can check it out!

~Jeff Hoogland
Read More
Posted in math, maxima, open source, software | No comments

Tuesday, 21 September 2010

HOWTO: wxMaxima on Nokia N900

Posted on 07:43 by Unknown
I mentioned in a post at the beginning of the year that I was attempting to get my favorite CAS functioning on my N900. I am happy today to say that it is indeed possible to run wxMaxima on your N900! The following is a short HOWTO on getting it running.

First - if you have not already done so, install the rootsh package from your application manager and enable the extra-devel repository.

Next, crack open a terminal and run the following in order:

sudo gainroot
apt-get update
apt-get install easy-deb-chroot


Next open your menu and locate the Deb Img Install icon (if you use categorize it is located under System). Upon launching this it will ask you if you want to install the Debian image to your MyDocs or your SD card - pick which ever you prefer just know that it will take up at least 2gig worth of space. Let the package download and extract, the download size is about 300megs and it takes awhile to extract (seriously, go play a video game or watch TV while it does this).

Once that has finished, open up terminal again and run:

debbie sudo apt-get install wxmaxima

Select Y when it asks you to install the packages and then let apt work it's magic. Once it is finished you can access wxMaxima by running

debbie xbindkeys && debbie wxmaxima

Now due to how the N900 keyboard maps it's keys you will need to go to Edit->Configure and check the box Enter Evaluates Cells. After doing this you should be able to enter an equation and have it be evaluated by pressing shift+enter on your N900 keyboard.


If you would like an icon for wxMaxima in your N900 menu (instead of launching it from terminal) run the following in terminal:

sudo gaintroot
apt-get install leafpad
leafpad /usr/share/applications/hildon/wxmaxima.desktop


The last line will open a blank text file, enter the following as it's contents:

[Desktop Entry] Encoding=UTF-8
Name=wxMaxima
GenericName=wxMaxima
Exec=debbie "xbindkeys; wxmaxima"
Icon=maxima-icon
X-Osso-Type=application/x-executable
X-HildonDesk-ShowInToolbar=true
Terminal=true
Type=Application
StartupNotify=true

Press ctrl+s to save the document and then close out leafpad (note you may need to restart your N900 for this icon to appear).


It's just that simple! Enjoy using your N900 as a pocket computer algebra system :)

~Jeff Hoogland
Note: I do not take credit for coming up with this method, I just reorganized the information in an easier to understand matter. The two articles I pulled information can be found here and here.
Read More
Posted in howto, linux, math, maxima, n900, software, wxmaxima | No comments

Friday, 5 February 2010

Linux Advocacy: The Right Way

Posted on 17:36 by Unknown
I am a full time student, one of the primary uses of my computers thusly is for school work. At any given point I typically have my netbook (which runs Ubuntu) and my phone (which runs Maemo) with me. Having and using these devices in the public on a daily basis has made me realize that there is a right way and a wrong way to promote Linux to those who are unfamiliar with it. What is the right way to promote Linux you ask?

Simple: You don't.

In two different instances this past week I've found people are more interested in stimulating a conversation about the operating system if you let them ask the questions - don't force information on someone they very well might not want or even care about.

I'm currently taking a Number Theory class this trimester, the class involves a lot of algebra at times. So I don't get bogged down with such menial work I typically always have my netbook out with wxMaxima. As I was going through some group work with a few other students this past week, I was showing the results of some equations I had the computer solve to a classmate when he made me pause for a moment. The conversation went something like this:

"What was that?"

"What? You want me to double check the numbers?"

"No, not the math. Your window, when you moved it - what did it do?"

He was referring to the "wiggle" my window had when I moved it around. Compiz is a wonderful eye catcher. I then proceeded to show him the desktop cube and a few other effects that are easily enabled. After a couple of moments he asked my favorite question:

"What version of Windows is that? Its pretty neat."

I mentioned that it was not Windows, but something else - Ubuntu. Alright, I lied before then he asked my favorite question:

"Oh, never heard of that before. How much did that cost?"

I smiled.

"It's free."

He then asked:

"Free? Really? What can it do?"

"Oh, you know everything you expect a computer to do. Type a paper, surf the internet, solve math equations, play games..."

He then asked where he could get it from, I gave him the web address and told him if he had any questions about it he could feel free to ask me next week at class.

This is the right way to get someone interested in something. You don't force it down their throat or rant and rave about how it is better than something they are already using. People are often comfortable with things they find familiar and they are naturally resistant to change. Many users (myself included) find themselves over excited when they first discover the world of choices that open source presents them. As such I think they feel it is their "duty" to make others "see the light" and "convert" to this new way. Even though they do not mean to - this attitude hurts the image of the FOSS/Linux community and is where the negative term "Linux Zealot" comes from.

In closing, if you feel you must make the general public aware of Linux remember this: mention - don't preach.

~Jeff Hoogland
Read More
Posted in laptops, linux, math, n900, open source, software, ubuntu, wxmaxima | No comments

Monday, 9 November 2009

(wx)Maxima - An Open Source CAS

Posted on 06:51 by Unknown
The original use for computers when they where first created was to have them compute numbers. When they first came about computers where contained in large rooms and where only able to make the most basic of calculations, as time has progressed how ever our systems have steadily gotten smaller and more powerful. At this point in time there is very little (given enough time) our computers cannot calculate.

How exactly do we make our computers run such calculations? Our systems are useless without software to run on them - enter the world of CASes or Computer Algebra Systems. A CAS is a type of software that allows the computer to perform calculations such as algebra, calculus, generation of two and three dimensional graphs, as well as more simple computations such as basic addition, subtraction, multiplication, and division.

Maxima is an open source, cross-platform, computer algebra system. On its own Maxima is simply a command line interface (CLI) that gives you access to a whole slew of different commands that allow you to perform just about every type of useful math function you can think of. From Maxima's homepage:
"[Maxima] is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors."
From personal experience as a math student I can say that having a CAS at my disposal both in class and for take home work has been invaluable. Such software allows the user to better focus on the new lesson at hand rather than get caught up in sticky, time consuming applications from long past lessons such as algebra.

The syntax for Maxima commands is extremely easy to pick up, especially if you have any kind of programming experience (in fact for the most the the function syntax largely resembles the python scripting language). Maxima also does a great job of defining functions and variables, so if you have a certain complicated number or complex function you are going to be making multiple calls of you do not have to fully type it out more than once. One of my favorite features of Maxima is how it labels inputs (%i1) and outputs (%o1). For each additional input/output the number value is increased by one. By labeling them all as such it makes it very easy to recall a certain value you obtained earlier on, thusly reducing the amount of typing needed and greatly lowering the chance of human error (such as transposing or leaving out numbers/decimal places).

Now a CLI is fine and dandy if you are intimately familiar with the software, however for the beginning user this is not so useful. One solution to such an issue would be to dive in reading documentation detailing the different functions and their syntaxes, however this can be a cumbersome task and for the average user - especially if you just want to do a few calculations and get on with the rest of your work. A more viable solution is something along the lines of wxMaxima, an open source, cross-platform, GUI (graphic user interface) front end for Maxima.

wxMaxima does a good job of organizing the different functions Maxima provides into different categories such as: Equations, Algebra, Calculus, and Plots. Such organization allows for someone who has never used the software before to quickly find the function they are looking for and provides easy dialog boxes for entering the inputs the function requires to be used properly. wxMaxima also helps teach a user the CLI as they use the program, as each function is called it displays how the syntax should look when the command is run. The last feature I want to mention that wxMaxima provides is saving your work, if you have a set of functions you plan to use on a regular basis you can save the file to be reloaded at a later date. Also present is the option to export your work to either an HTML file or a LaTeX file if you wanted to send it to someone else to view.

All in all I think Maxima is a fantastic piece of software and it is easily on par with commercial CASes such as Maple. If you are a math or science student or someone who works with complex functions and numbers in the field Maxima is definitely worth taking the time to check out.

~Jeff Hoogland
Read More
Posted in math, maxima, open source, software, wxmaxima | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Ten Linux Distros that use Enlightenment
    In case you haven't noticed I've had a bit of an obsession with the Enlightenment desktop of the late. Even though this desktop is ...
  • Playing Magic the Gathering on Linux with Cockatrice
    If you ask almost anyone that knows me in person they will attest to the fact that I am a huge nerd. Today I would like to give a short tuto...
  • Twenty Sleek GTK Themes for your Linux Desktop
    Last month I posted about twenty two different icon sets you could use to class up your Linux desktop. Today I would like to share with you...
  • Bodhi Linux ARMHF RootFS
    If you've been following my blog (or my updates on Google+ ) then odds are you know I currently have my hands on two ARM devices ( plus ...
  • New E17 Stable Snapshot and the First of E18
    You read that title right folks. The first showing of Enlightenment DR18 (or E18 for short) has become a reality. Sure, it is nowhere near w...
  • HOWTO: Enable Compiz under Bodhi (Enlightenment)
    One of the reasons I gave for giving the Enlightenment desktop a try was its elegance. While it is true that Enlightenment has a good numbe...
  • HOWTO: Watch Netflix on Bodhi Linux
    Not being able to utilize the Netflix video streaming service has been an issue on the Linux desktop for the past few years. This is due to...
  • HOWTO: Ubuntu Linux on T101MT
    I wrote a HOWTO for getting Linux working on the T91MT a couple months back and as I mentioned here I ended up changing to the slightly la...
  • Linux Out Performs Windows in OpenGL
    Late last year I did a posting detailing how Windows 7 crushed Ubuntu 9.10 in the area of 3D performance. Nine months later I am happy to s...
  • OpenGL vs DirectX - Benchmark Comparison
    I've done a few benchmarks to date and today I am going to add another interesting set of numbers to the list. Unigine is a cross-pla...

Categories

  • 3g modem
  • adobe
  • android
  • appeal
  • apple
  • arm
  • art
  • asus tablet
  • benchmark
  • bodhi
  • bordeaux
  • cedega
  • chakra
  • chrome os
  • chromebook
  • cockatrice
  • codeweavers
  • comic
  • cricket wireless
  • crysis
  • cxgames
  • debian
  • dell duo
  • diablo3
  • distro review
  • dtf
  • e18
  • eandora
  • eccess
  • elementary
  • elive
  • enlightenment
  • fedora
  • firefox
  • gaming
  • genesi
  • gnome
  • google
  • google chrome
  • google wave
  • handheld device
  • hardware
  • helios
  • howto
  • html5
  • ideapad
  • interview
  • ipad
  • jolicloud
  • kde
  • l4d2
  • laptops
  • lenovo
  • linux
  • lxde
  • macbook
  • math
  • maxima
  • media
  • meego
  • milestone
  • mint
  • mir
  • mk802
  • moblin
  • n900
  • netflix
  • nexus 7
  • nvidia
  • open pandora
  • open source
  • opengl
  • opera
  • operating systems
  • palm
  • phones
  • promotion
  • python
  • qt
  • rant
  • raspberry pi
  • reviews
  • sabayon
  • software
  • source games
  • spotlight
  • sprint
  • starcraft2
  • steam
  • t-mobile
  • tutorial
  • ubuntu
  • unigine
  • unity
  • wayland
  • web application
  • windows
  • windows 7
  • wine
  • wxmaxima
  • xfce

Blog Archive

  • ▼  2014 (1)
    • ▼  January (1)
      • HOWTO: Bodhi Linux on Samsung ARM Chromebook
  • ►  2013 (22)
    • ►  December (3)
    • ►  November (1)
    • ►  September (1)
    • ►  June (1)
    • ►  May (2)
    • ►  March (2)
    • ►  February (3)
    • ►  January (9)
  • ►  2012 (57)
    • ►  December (5)
    • ►  November (4)
    • ►  October (2)
    • ►  September (1)
    • ►  August (4)
    • ►  July (9)
    • ►  June (4)
    • ►  May (4)
    • ►  April (1)
    • ►  March (7)
    • ►  February (6)
    • ►  January (10)
  • ►  2011 (107)
    • ►  December (8)
    • ►  November (8)
    • ►  October (5)
    • ►  September (14)
    • ►  August (9)
    • ►  July (8)
    • ►  June (7)
    • ►  May (10)
    • ►  April (9)
    • ►  March (13)
    • ►  February (9)
    • ►  January (7)
  • ►  2010 (122)
    • ►  December (10)
    • ►  November (8)
    • ►  October (10)
    • ►  September (14)
    • ►  August (17)
    • ►  July (10)
    • ►  June (9)
    • ►  May (14)
    • ►  April (8)
    • ►  March (7)
    • ►  February (7)
    • ►  January (8)
  • ►  2009 (27)
    • ►  December (10)
    • ►  November (7)
    • ►  October (10)
Powered by Blogger.

About Me

Unknown
View my complete profile