Monday, January 21, 2013

Small Multiple Scatter Plots with Marginal Densities

An example data visualization in R inspired by Tufte's example on pp118-121 of Beautiful Evidence; source below the fold.

Thursday, January 17, 2013

HIFiRE-5 Flight Test Preliminary Results and Video

Check out the preliminary results on AIAA's ARC site: HIFiRE-5 Flight Test Preliminary Results

Monday, January 14, 2013

Maxima Related Lisp Tutorials

In this previous post I mentioned that I learn a lot from the Maxima mailing list.

There was a recent question (somewhat frequently asked) about how to learn Lisp to be a better Maxima user / developer that is a great example of that. The thread is called Lisp tutorial. The original poster has a simple request:
Hi,
I have enjoyed using Maxima to solve differential equations. I would like
to learn lisp to complement Maxima. Can any of the maintainers of Maxima
(or others for that matter) recommend a lisp tutorial?
Many thanks

Ronald F. Modesitt

The list responded with a variety of resources.
Norvig's PAIP (which I was quite happy to get as a present over the holidays) is especially relevant to Maxima users. Chapter 8, Symbolic Mathematics: A Simplification Program, has a simple symbolic algebra implementation, and Chapter 15, Symbolic Mathematics with Canonical Form, has a more capable solution. Both chapters are modeled on Maxima.

Wednesday, January 9, 2013

Nuclear Rockets Petition


As reported by NBC there is a petition on WhiteHouse.gov to rapidly develop and deploy a nuclear thermal rocket for both manned & un-manned space missions. I signed it; why not? Here's the short url: http://wh.gov/UVuD

Nuclear rocketry seems to be a popular topic of late. Gary Johnson has a recent post about nuclear rockets. The NBC article mentions NERVA. There is also the more recent Project Timberwind and Space Nuclear Thermal Propulsion program effort to develop nuclear upper-stages.

Friday, January 4, 2013

Scientific Computing Going Mobile/Embedded

I follow both the Octave and Maxima user mailing lists (I learn more from the Maxima list, but the Octave one still throws up a gem every now and then). I am also a founding member of the Dayton Diode hackerspace. So it was interesting to see some things of interest to makers/hackers pop-up on those two lists.

The first was a thread on the Octave list about installing Octave and the Octave Forge packages on a Raspberry Pi. In theory it should be as easy as any other Debian system using the package manager for the distribution. No word back from the OP yet on whether it works in practice or not.

The second thread to pop up was on the Maxima list about installing Maxima on Android systems. Maxima-on-Android is apparently a bundle on Google Play of Maxima 5.28.0, Gnuplot 4.6, Mathjax 2.1 and Qepcad 1.69. I have not played with it yet on any of my Android devices.

Thursday, January 3, 2013

Wednesday, December 19, 2012

Octet Truss for Topology Optimization

Random Octet Truss Array (on shapeways)
This post demonstrate a work-flow for topology optimization using open source tools (with mixed success). The approach uses an unpenalized method (see wiki) that maps the material density output from the optimizer to unit-cells based on the octet truss (inspired by this white paper, see pp10). As some further motivation for this approach, the students working on the record-setting human powered helicopter demonstrated that multi-scale trusses (trusses with elements made of smaller trusses) were a very efficient structural concept (see the comments for further references on multi-scale structures). One of the benefits of not penalizing (using variable density solutions rather than trying to achieve predominantly solid-void solutions) is that we don't need to spend time doing parameter continuation on the penalization exponent.

Monday, December 17, 2012

Interesting Developments in the Numerical Python World

From Travis Oliphant by way of the Planet Scipy feed:
Hello all,

There is a lot happening in my life right now and I am spread quite thin among the various projects that I take an interest in. In particular, I am thrilled to publicly announce on this list that Continuum Analytics has received DARPA funding (to the tune of at least $3 million) for Blaze, Numba, and Bokeh which we are writing to take NumPy, SciPy, and visualization into the domain of very large data sets. This is part of the XDATA program, and I will be taking an active role in it. You can read more about Blaze here: http://blaze.pydata.org. You can read more about XDATA here: http://www.darpa.mil/Our_Work/I2O/Programs/XDATA.aspx

I personally think Blaze is the future of array-oriented computing in Python...

Passing the torch of NumPy and moving on to Blaze

Thursday, December 13, 2012

Open Source Topology Optimization for 3D Printing

Rough Hex Output & Smooth Surface Reconstruction for Dogleg
This post describes a set of open source tools for simple topology optimization for parts destined for 3D printing. The two Matlab codes (both are plain vanilla Matlab, so they work successfully in Octave too) are good introductions to topology optimization. The papers that go along with the codes provide great documentation and examples of tweaking and changing the scripts to treat various problems. The python implementation is more capable (and a few more lines of code).