dale.hagglund + math   23

Octave
"GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable."
math  software  octave  gnu  programming  mathematics  science  numerical  analysis  matlab 
february 2011 by dale.hagglund
How to Read Mathematics
What are the common mistakes people make in trying to read mathematics?  How can these mistakes be corrected?
math  mathematics  article  reading  education  learning  teaching  science  read  academic  study 
october 2010 by dale.hagglund
MathJax | Beautiful math in all browsers
MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers.
ajax  browser  development  web  display  html  javascript  latex  tex  math  mathematics  typography  equation  equations  mathml  software 
october 2010 by dale.hagglund
Steven Strogatz on the Elements of Math - Series - The New York Times
"Steven Strogatz, an award-winning professor, takes readers from the basics to the baffling in a 15-part series on mathematics. Beginning with a column on why numbers are helpful, he goes on to investigate topics including negative numbers, calculus and group theory, finishing with the mysteries of infinity."
math  mathematics  calculus  derivative  integral  differential  infinity  education  teaching  tutuorial  cornell  steven  strogatz 
june 2010 by dale.hagglund
ESS: Emacs Speaks Statistics
Emacs Speaks Statistics (ESS) is an add-on package for emacs-based text editors such as GNU Emacs and XEmacs. It is designed to support editing of scripts and interaction with various statistical analysis programs such S-Plus, R, SAS, Stata, and others. Although all users of these statistical analysis programs are welcome to apply ESS, advanced users or professionals who regularly work with text-based statistical analysis scripts, with various statistical languages/programs, or with different operating systems might benefit from it the most.
emacs  statistics  r  sas  programming  software  math  tools  ess 
december 2009 by dale.hagglund
Statistics to English Translation, Part 1: Accuracy Measures
Scientists, engineers, and statisticians share similar concerns about evaluating the accuracy of their results, but they don’t always talk about it in the same language. This can lead to misunderstandings when reading across disciplines, and the problem is exacerbated when technical work is communicated to and by the popular media. [...] The first installment discusses some different accuracy measures that are commonly used in various research communities, and how they are related to each other."
article  math  statistics  accuracy  precision  false  positive  negative  error 
november 2009 by dale.hagglund
Dismantling the calculus pyramid » Fun Math Blog
All of elementary and high school mathematics is building up toward calculus. In this brief video, Mathemagician Arthur Benjamin proposes replacing this pinnacle of pre-secondary math education with statistics, which he suggest would be much more relevant and useful in the daily lives of most people.
math  mathematics  education  calculus  statistics  arthur  benjamin  teaching 
october 2009 by dale.hagglund
CVC3 Theorem Prover
"CVC3 is an automatic theorem prover for Satisfiability Modulo Theories (SMT) problems. It can be used to prove the validity (or, dually, the satisfiability) of first-order formulas in a large number of built-in logical theories and their combination. CVC3 is the last offspring of a series of popular SMT provers, which originated at Stanford University with the SVC system."
cvc3  theorem  prover  math  mathematics  tools  analysis  software  development  formal  methods  programming 
october 2009 by dale.hagglund
The Significance of Shannon's Work
Claude Shannon's creation in the 1940's of the subject of information theory is arguably one of the great intellectual achievements of the twentieth century. Information theory has had an important and significant influence on mathematics, particularly on probability theory and ergodic theory, and Shannon's mathematics is in its own right a considerable and profound contribution to pure mathematics.
claude  shannon  information  theory  compression  encoding  entropy  math  mathematics  channel  noise  coding  bell  labs 
july 2009 by dale.hagglund
Paul Erdos -- A life that added up to something
The prolific mathematician Paul Erdos died on 20 September 1996. His Washington Post obituary ends with the sentence "He left no immediate survivors." Charles Krauthammer disputes this dismal summary by pointing out Erdos's vast intellectual legacy, and exploring the unique traits that lead to this legacy. "No survivors, indeed."
paul  erdos  mathematics  writing  obituary  inspiration  biography  math  article  charles  krauthammer 
may 2009 by dale.hagglund
HAKMEM -- AI Memo No. 239
This is the famous "HAKMEM" memo published at MIT in 1972. It includes an eclectic selection of problems in computer science, number theory, algebra, bit hacking, and so on, sometimes with equally eclectic solutions.
hakmem  ai  mit  artificial  intelligence  gosper  folklore  culture  history  hacks  math  theory  hacking  geek  software  computer  code  algorithm  mathematics 
january 2009 by dale.hagglund
Project Euler
"Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context. The intended audience include students for whom the basic curriculum is not feeding their hunger to learn, adults whose background was not primarily mathematics but had an interest in things mathematical, and professionals who want to keep their problem solving and mathematics on the edge."
math  mathematics  education  puzzle  project  euler  programming  science  learning  logic  fun  algorithms  problems  interesting  challenge  algorithm  computing  number  theory 
november 2008 by dale.hagglund
The Lake Wobegon Distribution (Mark Dominus)
Did you know that nearly everyone has an above-average number of legs or that most employees make a below-average salary? Mark Dominus explains that these seeming contradictions arise because we seem to implicitly believe that most distributions are normal when in fact this is often not the case.
blog  mark  jason  dominus  statistics  math  long  tail  lake  wobegon  normal  distribution  skew  skewed 
october 2008 by dale.hagglund
Stevey's Blog Rants: Get that job at Google
Steve Yegge writes some tips specifically about how to get hired at Google, but they also apply to many high-tech companies.
career  interview  education  google  hiring  management  programming  interviewing  job  math  steve  yegge 
march 2008 by dale.hagglund
Yorick
Yorick is an interpreted programming language for scientific simulations or calculations, postprocessing or steering large simulation codes, interactive scientific graphics, and reading, writing, or translating large files of numbers.
software  programming  language  yorick  math  plotting  drawing  graphics  statistics  simulation  numerical  analysis  engineering 
march 2008 by dale.hagglund
Asymptote
Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing.
drawing  graphics  latex  software  math  programming  tex  diagram  computer  graph  plot  plotting  tools  vector  language  asymptote 
january 2008 by dale.hagglund
SciPy
SciPy is open-source software for mathematics, science, and engineering. If you need to manipulate numbers on a computer and display or publish the results, give SciPy a try!
computer  software  open  source  engineering  library  math  plot  python  science  statistics  scipy  visualization 
june 2007 by dale.hagglund
Refactoring probability distributions, part 1: PerhapsT
The first of a series of five articles exploring using probabilistic programming in haskell. This article contains links to the subsequent articles.
haskell  programming  languages  math  probability  distribution  statistics  monad 
april 2007 by dale.hagglund

related tags

academic  accuracy  ai  ajax  algorithm  algorithms  analysis  antiquity  archeology  arthur  article  artificial  asymptote  bayes  bell  benjamin  biography  blog  boost  browser  c++  calculus  career  challenge  channel  charles  claude  code  coding  component  compression  computation  computer  computing  cornell  crescent  culture  cvc3  derivative  design  development  diagram  differential  display  distribution  dominus  drawing  education  emacs  encoding  engineering  entropy  equation  equations  erdos  error  ess  euler  false  fertile  folklore  formal  free  fun  geek  gnu  google  gosper  graph  graphics  hacking  hacks  hakmem  haskell  hiring  history  html  infinity  information  inspiration  integral  intelligence  interesting  interval  interview  interviewing  jason  javascript  job  krauthammer  labs  lake  language  languages  latex  learning  library  logic  long  management  mark  math  mathematics  mathml  matlab  mesopotamia  methods  mit  monad  negative  noise  normal  number  numerical  obituary  octave  open  paul  plot  plotting  positive  precision  probability  problems  programming  project  prover  puzzle  python  r  random  read  reading  reference  research  sas  science  scipy  shannon  simulation  skew  skewed  software  source  standard  statistics  steve  steven  strogatz  study  sumeria  tail  teaching  tex  theorem  theorm  theory  tools  tutuorial  typography  uniform  vector  visualization  web  wobegon  writing  yegge  yorick 

Copy this bookmark:



description:


tags: