cas https://scienceblogs.com/ en College of Arts and Sciences from American University Explores the Physics of Music on National Mall https://scienceblogs.com/usasciencefestival/2010/10/19/college-of-arts-and-sciences-f <span>College of Arts and Sciences from American University Explores the Physics of Music on National Mall</span> <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><p>The physics of music is a greater way to appreciate music. This booth sounds quite interesting. Thanks CAS for helping get the word out about the Expo and coming to have a booth. Find the full post <a href="http://www.american.edu/cas/news/physics-audio-tech-nate-harshman.cfm">here</a>. </p> <blockquote><p>By Kaitie O'Hare<br /> October 13, 2010</p> <p>Physics Professor Nate Harshman and High School Noura Jaber will demonstrate Chladni plates at the Expo.</p> <p>Professor Harshman and High School student Noura Jaber experiment with Chlandi plates. </p> <p>The physics department and audio technology programs are teaming up on October 23-24 to present "The Physics of Music" exhibit on the National Mall, part of the larger two-week long USA Science and Engineering Festival Expo taking place around the D.C. area.</p> <p>"The Physics of Music" will be one of over 1,500 hands-on activities offered by over 500 of the nation's leading science organizations. "It's a who's who of science in the United States," says Physics Associate Professor Nate Harshman. "AU should have a bigger presence in D.C., and AU science should have a bigger presence in D.C. as well."</p> <p>Harshman has been organizing this exhibit since February, collaborating with the audio technology program to create multiple hands-on demonstrations.</p> <p>"I thought music would have an appeal that some things that were science, just for science's sake, wouldn't hit," says Harshman. "I like the idea of physics and music because it's supposed to be stuff for pre-teens and teens."</p> <p>The exhibit, sponsored by the College of Arts and Science, features three demonstration tables, each showcasing a different aspect of physics and corresponding instruments or devices.</p> <p>Harshman's arranged three tables exploring everything from acoustic instruments, such as the autoharp, Chinese singing bowls, Chladni plates, and Helmholtz resonators, to electronics demonstrations of a microphone and a theramin. This musical instrument detects the position of the players' hands with an antenna so that it can be played without being touched. Another table demonstrates auto tuning, a voice Fourier analyzer, and a Wii created by audio technology Assistant Professor William Brent that has been programmed to sing by adjusting the tone, volume, and vowel with the remote's motion.</p> <p>Harshman hopes the exhibit will give young adults a better understanding of the physics behind music, and help them distinguish between analog electronic and digital electronic instruments. "People don't often realize there's a difference between the two, but there is," he says. But more importantly, he just wants kids to have fun.</p> <p>The USA Science and Engineering Festival Expo runs from 10 a.m.-5:30 p.m. on Saturday, October 23 and Sunday, October 24 on the National Mall. For more information, please visit the USA Science Festival Web site. </p></blockquote> </div> <span><a title="View user profile." href="/author/kcollins" lang="" about="/author/kcollins" typeof="schema:Person" property="schema:name" datatype="">kcollins</a></span> <span>Tue, 10/19/2010 - 11:00</span> <div class="field field--name-field-blog-tags field--type-entity-reference field--label-inline"> <div class="field--label">Tags</div> <div class="field--items"> <div class="field--item"><a href="/tag/expo-booth" hreflang="en">Expo booth</a></div> <div class="field--item"><a href="/tag/shout-out" hreflang="en">shout out</a></div> <div class="field--item"><a href="/tag/american-university" hreflang="en">American University</a></div> <div class="field--item"><a href="/tag/cas" hreflang="en">cas</a></div> <div class="field--item"><a href="/tag/expo-booth" hreflang="en">Expo booth</a></div> </div> </div> <section> </section> <ul class="links inline list-inline"><li class="comment-forbidden"><a href="/user/login?destination=/usasciencefestival/2010/10/19/college-of-arts-and-sciences-f%23comment-form">Log in</a> to post comments</li></ul> Tue, 19 Oct 2010 15:00:00 +0000 kcollins 70213 at https://scienceblogs.com Maxima can be useful https://scienceblogs.com/dotphysics/2010/07/13/maxima-can-be-useful <span>Maxima can be useful</span> <div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><p>The other day I found myself faced with six equations that needed to be solved algebraically. Just so you know, I am a big fan of paper for most of these cases - but this was out of control. I was making silly mistakes and causing all sorts of problems. What to do? My first though was to use some symbolic plugins for python. I tried <a href="http://code.google.com/p/sympy/">sympy</a> and it is nice. However, it was not giving correct solutions for solving 3 equations - I don't know if this is a bug or what.</p> <h2>Maxima</h2> <p>I think I found <a href="http://maxima.sourceforge.net/">Maxima</a> through <a href="http://en.wikipedia.org/wiki/Computer_algebra_system">Wikipedia's Computer algebra system</a> page. It's free and free and runs on Mac OS X and Windows.</p> <p>The point of this post is not just to tell you about this software, really it is to tell me about it. I probably won't use this for a while, and so I will forget what I did. First, some useful resources:</p> <ul><li><a href="http://maxima.sourceforge.net/docs/intromax/intromax.html">Introduction to Maxima</a>. This intro by Richard Rand is very thorough. Basically, it has everything you need.</li> <li><a href="http://www.ma.utexas.edu/pipermail/maxima/2005/011694.html">How to export your equation in LaTeX</a>. This is something I found that seemed quite useful.</li> </ul><p>So, if you want to get a good start, look at the intro link above. But I will summarize a couple of quick things. First, entering expressions. One thing I did not like about sympy was that expressions were entered as 2x + y = 0 instead of 2x = -y. In Maxima, just enter the equation. Here are some rules:</p> <ul><li>Use normal order of operations stuff</li> <li>Don't forget * for multiplication. If you do 2x, you will get an error. 2*x is ok.</li> <li>You can use variables that are longer than 1 character, but it can't start with a number - x2 is ok, but not the variable 2x.</li> <li>When you enter a statement, you must end with a ";"</li> <li>The output of every entry is labeled something like - %o19. This is nice because you can refer to this output in later entries.</li> </ul><h2>An Example</h2> <p>Let me show a simple example. I will use two of the kinematic equations to create a third kinematic equations - algebraically. Let me start with:</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-6460ad7ff77b35f8c7dd6f76b245810f-2010-07-13_la_te_xi_t_1.jpg" alt="i-6460ad7ff77b35f8c7dd6f76b245810f-2010-07-13_la_te_xi_t_1.jpg" /></p> <p>Now, to enter these two equations into Maxima:</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-d59e0e062dce1643636eb348fa446ef0-2010-07-13_terminal_lisp_80x24.jpg" alt="i-d59e0e062dce1643636eb348fa446ef0-2010-07-13_terminal_lisp_80x24.jpg" /></p> <p>Notice that you use normal (non-python) format for entering expressions - by non-python I mean that the "^" means raised to the power instead of "**". The output is formatted in a way to look a little nicer.</p> <p>Now, I want to solve the second equation for t:</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-e582fb2f8e26b785c3897e95f151f203-2010-07-13_terminal_lisp_80x24_1.jpg" alt="i-e582fb2f8e26b785c3897e95f151f203-2010-07-13_terminal_lisp_80x24_1.jpg" /></p> <p>Here, I referred to the original equation by its output line number (%o3 in this case where that is an "o", not a zero). Next, I just want to substitute this expression for t into the first equation.</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-7d34585b9557e58ad56ae06c91604e0d-2010-07-13_terminal_lisp_80x24_2.jpg" alt="i-7d34585b9557e58ad56ae06c91604e0d-2010-07-13_terminal_lisp_80x24_2.jpg" /></p> <p>The command in line %i6 may look weird. But this is saying take the equation %o2 (which is the first equation) and substitute t = ... (which is equation %o5). Now I want to take this equation and solve for v2 - so that it is in its usual form.</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-ea04162b27369c211605cba1f9830387-2010-07-13_terminal_lisp_80x24_3.jpg" alt="i-ea04162b27369c211605cba1f9830387-2010-07-13_terminal_lisp_80x24_3.jpg" /></p> <p>I don't know why it gave the expression twice. <strong>Update:</strong> As pointed out in the comments below, this is because there are two answers, a positive and a negative. <strong>End update</strong> If you just wanted 1 answer, you could type %o7[1]; - I don't know why Maxima's arrays don't use the normal use of [0] being the first element.</p> <p>Finally, if you want to get this as v2^2:</p> <p><img src="http://scienceblogs.com/dotphysics/wp-content/blogs.dir/342/files/2012/04/i-b2632b2ccc20cf8a334bd392417c514b-2010-07-13_terminal_lisp_80x24_4.jpg" alt="i-b2632b2ccc20cf8a334bd392417c514b-2010-07-13_terminal_lisp_80x24_4.jpg" /></p> <p>That is good enough to get some useful stuff done. Also, hello to future me. I am probably going to find this post 3 months from now when I forget how to do something in Maxima.</p> </div> <span><a title="View user profile." href="/author/rallain" lang="" about="/author/rallain" typeof="schema:Person" property="schema:name" datatype="">rallain</a></span> <span>Tue, 07/13/2010 - 05:17</span> <div class="field field--name-field-blog-tags field--type-entity-reference field--label-inline"> <div class="field--label">Tags</div> <div class="field--items"> <div class="field--item"><a href="/tag/acceleration" hreflang="en">acceleration</a></div> <div class="field--item"><a href="/tag/kinematics" hreflang="en">kinematics</a></div> <div class="field--item"><a href="/tag/math" hreflang="en">math</a></div> <div class="field--item"><a href="/tag/algebra" hreflang="en">algebra</a></div> <div class="field--item"><a href="/tag/cas" hreflang="en">cas</a></div> <div class="field--item"><a href="/tag/computer-algebra-systems" hreflang="en">computer algebra systems</a></div> <div class="field--item"><a href="/tag/kinematic-equations" hreflang="en">kinematic equations</a></div> <div class="field--item"><a href="/tag/maxima" hreflang="en">maxima</a></div> <div class="field--item"><a href="/tag/physics" hreflang="en">Physics</a></div> </div> </div> <section> <article data-comment-user-id="0" id="comment-2248643" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279014914"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>maxima is quite handy - and wxmaxima puts a cleaner look onto the program.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248643&amp;1=default&amp;2=en&amp;3=" token="yPze5y-fNpEkGwfrct_XBLYaiDu-N0hcu2ptlP-o3aM"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">dean (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248643">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248644" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279014977"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>%o7 doesn't give the expression twice; it gives two separate solutions - negative and positive.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248644&amp;1=default&amp;2=en&amp;3=" token="C2wHTT7GgTGU2cWH1uH6d9j3bckJQKktKvpIdblACmg"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">Lassi Hippeläinen (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248644">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248645" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279015153"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>You got the expression twice in %o7 because you have to find the sqrt and negative sqrt of the equation (just like in the quadratic formula).</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248645&amp;1=default&amp;2=en&amp;3=" token="ypOecZHH8O5NY9yW2Ydasg_nF5ZmkQ8oNe9_StJmUG4"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">wurmfood (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248645">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="154" id="comment-2248646" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279015313"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>@wurmfood and @Lassi,</p> <p>Wow - you are right. I didn't even see that. Thanks for pointing it out.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248646&amp;1=default&amp;2=en&amp;3=" token="nIfqXWO1MVfBJlJMVjIfbjehQ8Sl0afBB0qty7jwc9A"></drupal-render-placeholder> </div> <footer> <em>By <a title="View user profile." href="/author/rallain" lang="" about="/author/rallain" typeof="schema:Person" property="schema:name" datatype="">rallain</a> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248646">#permalink</a></em> <article typeof="schema:Person" about="/author/rallain"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/author/rallain" hreflang="en"><img src="/files/styles/thumbnail/public/pictures/cd6d9d6bdd4403d3e739f4dc6dcdaaea.jpeg?itok=kSts0coM" width="100" height="100" alt="Profile picture for user rallain" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248647" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279022454"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>Rhett:</p> <p>thanks for the post. i gotta remember all these physicsy tools you post about.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248647&amp;1=default&amp;2=en&amp;3=" token="O5bOn0qePn25sASQhC8RyQbxzLFoRSbYCH17cYr1CLQ"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">rob (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248647">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248648" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279024842"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>I've started using an app called Evernote (Evernote.com) for those bits of information that you will want at some undetermined point in the future. </p> <p>Free app that will give you 20GB of storage per month. (No, I don't work for them.) Just like the app. </p> <p>Definitely worth checking out. </p> <p>JAZ</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248648&amp;1=default&amp;2=en&amp;3=" token="Q5AScyvlNLi4-L5EHZ1n32SmVHHasjPr1TyoGvcFlos"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">JAZollars (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248648">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248649" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279025925"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>Geez, I am so old that this computer algebra system looks like a real pain. I just retired from teaching math and physics for 35 years. The learning curve for students with these systems was pretty steep. We needed time in class to learn to use the systems. For high-school kids CAS was not a time-saver.</p> <p>My good friend the low-pressure physics person loved Mathematica because he dealt with a lot of partial differential equations. (Low pressure was the field, not the attitude).</p> <p>Different tools at different levels.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248649&amp;1=default&amp;2=en&amp;3=" token="AXPgIlkWxdyIywlu0JqBJnFb3XZ99GblPlLDLBk3jyU"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">joemac53 (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248649">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248650" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279042017"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>Thank you for pointing this out, Maxima is excellent.</p> <p>By the way, here is a link to the 'Maxima book' - when you need further information.</p> <p><a href="http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.pdf">http://maxima.sourceforge.net/docs/maximabook/maximabook-19-Sept-2004.p…</a></p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248650&amp;1=default&amp;2=en&amp;3=" token="W9yXxv74-oo_rvYCfAQfeAqv047WgF4kRQmITja58PA"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">swulf (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248650">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248651" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279051499"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><blockquote><p>I don't know why Maxima's arrays don't use the normal use of [0] being the first element.</p></blockquote> <p>If by "normal" you mean "C-like" then the reason might be because <i>mathematics doesn't work like C</i>. Plenty of other languages work like mathematics.</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248651&amp;1=default&amp;2=en&amp;3=" token="bWGxOfGzbStobtx9myGTpXlxrJpjLP-JWQzXXR9QEqY"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">efrique (not verified)</span> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248651">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248652" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279052690"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>Yes, Maxima is quite wonderful! I've been using it for about 3 years now!</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248652&amp;1=default&amp;2=en&amp;3=" token="jxj_z4-ufLQlcGqHi2vAdfdJPlGzcAVI19bFXHmVU74"></drupal-render-placeholder> </div> <footer> <em>By <a rel="nofollow" href="http://www.aluggageexitinsits.net/" lang="" typeof="schema:Person" property="schema:name" datatype="">James Davis (not verified)</a> on 13 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248652">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> <article data-comment-user-id="0" id="comment-2248653" class="js-comment comment-wrapper clearfix"> <mark class="hidden" data-comment-timestamp="1279087767"></mark> <div class="well"> <strong></strong> <div class="field field--name-comment-body field--type-text-long field--label-hidden field--item"><p>"It's free and free and runs on Mac OS X and Windows."</p> <p>While true, it's very incomplete. It also runs on Linux and BSD and Solaris and whatever else. (In fact, it's available in ubuntu's repositories so it's readily available for installation on Linux/Ubuntu.)</p> <p>additionally, it's free, but it's also Free (as in freedom), being licensed under the GPL. This is important because then it's not just a black box that you have to Just Trust like maple, matlab, mathematica, etc. You can go in and figure out how it works, audit the code, perform static code analysis to make sure it's safe to embed in a web page, etc. (or have someone knowledgeable/trusted do it, and anyone you send a copy to must be granted the same license as you got it under.)</p> <p>I'm a linux user, so the refrains of "We support *both* operating systems, Windows *and* Mac!" starts to get tiring after a while. ;)</p> </div> <drupal-render-placeholder callback="comment.lazy_builders:renderLinks" arguments="0=2248653&amp;1=default&amp;2=en&amp;3=" token="o-nB_UkQUQanExjXKVQj2c3h63nH960wlBxPWMLh5lo"></drupal-render-placeholder> </div> <footer> <em>By <span lang="" typeof="schema:Person" property="schema:name" datatype="">Joseph (not verified)</span> on 14 Jul 2010 <a href="https://scienceblogs.com/taxonomy/term/18904/feed#comment-2248653">#permalink</a></em> <article typeof="schema:Person" about="/user/0"> <div class="field field--name-user-picture field--type-image field--label-hidden field--item"> <a href="/user/0" hreflang="und"><img src="/files/styles/thumbnail/public/default_images/icon-user.png?itok=yQw_eG_q" width="100" height="100" alt="User Image" typeof="foaf:Image" class="img-responsive" /> </a> </div> </article> </footer> </article> </section> <ul class="links inline list-inline"><li class="comment-forbidden"><a href="/user/login?destination=/dotphysics/2010/07/13/maxima-can-be-useful%23comment-form">Log in</a> to post comments</li></ul> Tue, 13 Jul 2010 09:17:24 +0000 rallain 108161 at https://scienceblogs.com