• Complain

Ronan Lamy - Instant SymPy Starter

Here you can read online Ronan Lamy - Instant SymPy Starter full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2013, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Ronan Lamy Instant SymPy Starter
  • Book:
    Instant SymPy Starter
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2013
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Instant SymPy Starter: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Instant SymPy Starter" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Ronan Lamy: author's other books


Who wrote Instant SymPy Starter? Find out the surname, the name of the author of the book and a list of all author's works by series.

Instant SymPy Starter — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Instant SymPy Starter" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Instant SymPy Starter

Instant SymPy Starter

Copyright 2013 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: May 2013

Production Reference: 1170513

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78216-362-6

www.packtpub.com

Credits

Author

Ronan Lamy

Reviewer

Douglas B. Meade

Acquisition Editor

Mary Jasmine Nadar

Commissioning Editors

Maria D'souza

Sruthi Kutty

Technical Editor

Jalasha D'costa

Project Coordinator

Sherin Padayatty

Proofreader

Aaron Nash

Production Coordinator

Conidon Miranda

Cover Work

Conidon Miranda

Cover Image

Conidon Miranda

About the Author

To obtain his Ph.D. in Physics, Ronan Lamy spent four years analyzing data in a proprietary computer algebra system. This taught him the power of symbolic computation. After quitting academia, and losing access to all his work, he discovered the beauty of Python and understood, a little late, the benefits of using a well-designed, general-purpose programming language with a free license.

He is now an open source developer and Python consultant, and remains fascinated by symbolic computation. He has been a core developer of SymPy since 2009.

About the Reviewer

Douglas B. Meade is an Associate Professor and Director of Undergraduate Studies in the Department of Mathematics at The University of South Carolina in Columbia, SC. His research interests include numerical PDEs, mathematical modeling, and applications of computer algebra. He has been using symbolic mathematics, primarily Maple, for more than 25 years. He is a co-author of Getting Started with Maple (2009, third edition, Wiley, ISBN: 978-0470455548).

Prof. Meade's current project is Maplets for Calculus, a collection of drill-and-practice maplets on nearly 200 topics from precalculus through vector calculus. He is intrigued by the possibilities of SymPy to facilitate the use of symbolic mathematics to an even wider range of academic and educational applications.

www.packtpub.com
Support files, eBooks, discount offers and more

You might want to visit www.packtpub.com for support files and downloads related to your book.

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.packtpub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

packtlib.packtpub.com

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books.

Why Subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print and bookmark content
  • On demand and accessible via web browser
Free Access for Packt account holders

If you have an account with Packt at www.packtpub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

Chapter 1 Instant SymPy Starter Welcome to Instant SymPy Starter This book - photo 1
Chapter 1. Instant SymPy Starter

Welcome to Instant SymPy Starter . This book has been especially created to provide you with all the information that you need to get up to speed with SymPy. You will learn the basics of SymPy, build your first SymPy code, and discover functions and tricks of the trade when it comes to using SymPy.

This document contains the following sections:

So, what is SymPy? helps you find out what SymPy actually is, what you can do with it, and why its so great.

Installation teaches you how to try out SymPy in your browser, download and install it with minimum fuss, and then set up its optional dependencies so that you can use all its functionalities.

Quick start Automated curve sketching will show you how to perform one of the core tasks of SymPy, automating mathematical tasks, by guiding you through the creation of a commonplace curve sketching application.

Top 5 features you need to know about will teach you how to perform five tasks with the most important features of SymPy. By the end of this section you will be able to create symbolic expressions, manipulate them, convert them to efficient numerical functions, compute limits, integrals and derivatives, and solve equations.

People and places you should get to know provides you with many useful links to the open source project as it is centered around a community. You will find the project page and forums, as well as a number of helpful articles, tutorials, blogs, and the Twitter feeds of SymPy contributors.

So, what is SymPy?

SymPy is a library for symbolic computation written entirely in Python and distributed under a BSD-type permissive free software license. Its core symbolic capabilities include:

  • Elementary algebra
  • Pattern matching and substitution
  • Symbolic transformations and simplifications
  • All the common mathematical functions and many special ones
  • Calculus: limits, derivatives, integrals, Taylor series, and so on
  • Solving many kinds of equations, including differential equations
  • Linear algebra
  • Polynomials
  • Infinite sums and products
  • Planar geometry
  • Physical constants and units
  • Numeric computation in arbitrary precision

SymPy also includes subpackages dealing with advanced, specialized topics such as category theory, quantum logic, mechanical dynamics, or statistics. Even if you have no use for their functionalities, they can serve as useful examples of how to encode complex domain knowledge.

SymPy is well integrated with the rest of the scientific Python ecosystem. Using it inside the IPython notebook provides a productive environment for prototyping and exploration of symbolic models and calculations. Powerful numerical librariessuch as NumPy, SciPy, pandas, and sklearnare also just a few import statements away, and SymPy has features to help smooth the transition between the symbolic and numeric worlds.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Instant SymPy Starter»

Look at similar books to Instant SymPy Starter. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Instant SymPy Starter»

Discussion, reviews of the book Instant SymPy Starter and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.