<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Programming for Computations - Python</title>
    <subTitle>A Gentle Introduction to Numerical Simulations with Python</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Linge, Svein</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <name type="personal">
    <namePart>Langtangen, Hans Petter</namePart>
  </name>
  <typeOfResource/>
  <originInfo>
    <place>
      <placeTerm type="text">New York</placeTerm>
    </place>
    <publisher>Springer</publisher>
    <dateIssued>©2016</dateIssued>
    <issuance/>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xvi, 224p.</extent>
  </physicalDescription>
  <abstract>This book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more accessible and concise, in keeping with the needs of engineering students.

The book outlines the shortest possible path from no previous experience with programming to a set of skills that allows the students to write simple programs for solving common mathematical problems with numerical methods in engineering and science courses. The emphasis is on generic algorithms, clean design of programs, use of functions, and automatic tests for verification.</abstract>
  <note type="statement of responsibility">Svein Linge and Hans Petter Langtangen</note>
  <subject>
    <topic>Computational Science and Engineering</topic>
  </subject>
  <subject>
    <topic>Numeric Computing</topic>
  </subject>
  <subject>
    <topic>Mathematical Software</topic>
  </subject>
  <subject>
    <topic>Numerical Analysis</topic>
  </subject>
  <classification authority="ddc">004.0151 LinP</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>Texts in Computational Science and Engineering v.15</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">9783319324272</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">241211</recordCreationDate>
    <recordChangeDate encoding="iso8601">20251013185819.0</recordChangeDate>
  </recordInfo>
</mods>
