This is an archival dump of old wiki content --- see scipy.org for current material

Results 51 - 75 of 76 results out of about 490 pages. (0.21 seconds)

Tentative_NumPy_Tutorial . . . 9 matches
...ed on your computer. Minimally: * [[http://www.python.org/|Python]] * [[http://numpy.scipy.org/|NumPy]] These you may find useful: * [[http://ipython.scipy.org/|ipython]] is a...

47.7k - rev: 192 (current) last modified: 2015-10-24 17:48:27

Cookbook/InputOutput . . . 9 matches
...scussing the costs/benefits of the various approaches presented. = Text files = == SciPy == Writing files can be accomplished using `savetxt`. By far the easiest way to read ...

8.2k - rev: 42 (current) last modified: 2015-10-24 17:48:24

Cookbook/F2Py . . . 8 matches
...o start with simple routines or even to wrap full Fortran modules. [[F2py]] is used in SciPy itself and you can find some examples in the source code of SciPy. <<TableOfContents>...

3.5k - rev: 5 (current) last modified: 2015-10-24 17:48:24

ReleaseNotes/NumPy_0.9.2 . . . 7 matches
... release adds many more features and speed-enhancements from Numarray. Changes from (!SciPy Core) 0.8.4: * Namespace and Python package name is now "numpy" and "numpy" instead ...

2.8k - rev: 2 (current) last modified: 2015-10-24 17:48:26

MacIntelInstall . . . 6 matches
... Installing !SciPy on the Mac requires a g77-compatible compiler. Unfortunately, g77 has not been ported to Mac Intel and gfortran (which you can get) does not yet support all t...

1.3k - rev: 4 (current) last modified: 2015-10-24 17:48:23

Cookbook/OptimizationDemo1 . . . 6 matches
...SciPy's optimization package is scipy.optimize. The most basic non-linear optimization functions are: *optimize.fmin(func, x0), which finds the minimum of f(x) starting x with x0...

1.2k - rev: 10 (current) last modified: 2015-10-24 17:48:24

ReleaseNotes/NumPy_1.0 . . . 5 matches
...NumPy 1.0.3.1 fixes a bug that prevented building numpy.distutils based packages (e.g. scipy), please use this release to build other packages. * Add back get_path to numpy.distu...

26.7k - rev: 109 (current) last modified: 2015-10-24 17:48:26

Generate_Documentation . . . 5 matches
...mple script that can generate documentation (in PDF format) from docstrings of !NumPy/!SciPy modules using pdfLaTeX. It depends on pyparsing (http://pyparsing.wikispaces.com) by ...

1.3k - rev: 4 (current) last modified: 2015-10-24 17:48:24

Tests_of_wiki_features . . . 4 matches
...== CamelCase text == {{{ Is SciPy picked up as !CamelCase? How 'bout !SciPy or Sci``Py? }}} Is SciPy picked up as !CamelCase? How 'bout !SciPy or Sci``Py?...

0.2k - rev: 2 (current) last modified: 2015-10-24 17:48:23

FredMailhot . . . 4 matches
... Fred Mailhot Email: <<MailTo(fred.mailhot AT gmail DOT com)>> = scipy.ann = This page will be used to track the progress of my Google Summer of Code project, which involves ad...

2.5k - rev: 5 (current) last modified: 2015-10-24 17:48:24

Cookbook/Zombie_Apocalypse_ODEINT . . . 3 matches
...pocalypse == This example demonstrates how to solve a system of first order ODEs using SciPy. Note that a Nth order equation can also be solved using SciPy by transforming it int...

3.3k - rev: 3 (current) last modified: 2015-10-24 17:48:24

Cookbook/SWIG_and_NumPy . . . 3 matches
...CK sparse linear solver libraries. The full interface can be found in the directory {{{scipy/Lib/sandbox/umfpack}}} in the SciPy SVN repository. If you're using SWIG > version 1.3...

2.5k - rev: 8 (current) last modified: 2015-10-24 17:48:26

Cookbook/FrequencySweptDemo . . . 3 matches
...This page demonstrates two functions in scipy.signal for generating frequency-swept signals: `chirp` and `sweep_poly`. Some of these require SciPy 0.8. To run the code samples, ...

1.4k - rev: 5 (current) last modified: 2015-10-24 17:48:23

Cookbook/CorrelatedRandomSamples . . . 3 matches
...ow to generate random samples from a multivariate normal distribution using tools from SciPy, but in fact NumPy includes the function `numpy.random.multivariate_normal` to accompl...

2.1k - rev: 5 (current) last modified: 2015-10-24 17:48:26

Cookbook/Autovectorize . . . 3 matches
... function defined in the language of scalars that can operate on arrays. [[http://docs.scipy.org/doc/numpy/reference/generated/numpy.vectorize.html|numpy.vectorize]] provides such...

1.1k - rev: 6 (current) last modified: 2015-10-24 17:48:26

PyRoot . . . 2 matches
...more light-weight and faster than any of the "standard" bindings generators. PyROOT was presented at SciPy2006 ([[http://cern.ch/wlav/talks/SciPy06_LavrijsenPyROOT.pdf|slides]])....

0.8k - rev: 2 (current) last modified: 2015-10-24 17:48:23

News . . . 2 matches
...= News = === (2007-12-28) === '''SciPy Conference Save the Date''' The [[Developer_Zone/Conferences|SciPy Conference]] 2008 will be held at !CalTech again during the week of Au...

1.1k - rev: 15 (current) last modified: 2015-10-24 17:48:23

FiPy . . . 2 matches
... based on a standard finite volume (FV) approach. We will describe how the Numeric and SciPy modules have been used in the design and development of FiPy and the efficiency issues...

1.8k - rev: 2 (current) last modified: 2015-10-24 17:48:26

EnthoughtInc . . . 2 matches
...attachment:enthoughtbanner-sm.png}}]] Enthought has contributed to the development of SciPy since its inception in 2001. We have very much enjoyed collaborating with the Open So...

0.9k - rev: 3 (current) last modified: 2015-10-24 17:48:23

Cookbook/CoupledSpringMassSystem . . . 2 matches
...d second order equations. To solve this system with one of the ODE solvers provided by SciPy, we must first convert this to a system of first order differential equations. We int...

5.0k - rev: 11 (current) last modified: 2015-10-24 17:48:24

Cookbook/C_Extensions/NumPy_arrays . . . 2 matches
...tee anything. I am a bit new to this. If you find any errors put up a message on the SciPy mailing list. A link to the tar ball that holds the code and docs is given below. I ...

29.6k - rev: 31 (current) last modified: 2015-10-24 17:48:26

ProposedEnhancements . . . 1 match
...= Proposed Enhancements = NumPy / SciPy are not big projects; most changes can still be made with a little discussion on the mailing lists. But occasionally changes prove contenti...

0.8k - rev: 3 (current) last modified: 2015-10-24 17:48:23

LaurentPerrinet . . . 1 match
... * http://www.incm.cnrs-mrs.fr/LaurentPerrinet/ScientificPython * RecentChanges * [[Cookbook/Matplotlib/LoadImage]] * [[SciPyPackages/Ndimage]] ---- CategoryHomepage...

0.2k - rev: 6 (current) last modified: 2015-10-24 17:48:24

DavidHuard . . . 1 match
...sis. Previously a Matlab user, I find I'm much more productive with Python. I'm using SciPy in conjuction with PyMC to evaluate the Bayesian posterior in cases where analytical i...

3.4k - rev: 12 (current) last modified: 2015-10-24 17:48:26

DavidCooke . . . 1 match
... == David Cooke == I'm one of the !NumPy/!SciPy developers. I've also worked on Numeric. Currently, I'm a Ph.D. student in physics at !McMaster University in Hamilton, Ontario, C...

0.4k - rev: 3 (current) last modified: 2015-10-24 17:48:26

Previous 1 2 3 4 Next