<?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>Computational nuclear engineering and radiological science using python</title>
  </titleInfo>
  <name type="personal">
    <namePart>Mcclarren, Ryan G.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
    <role>
      <roleTerm type="text">author.</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">bibliography</genre>
  <genre authority="">Electronic books.</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">enk</placeTerm>
    </place>
    <dateIssued encoding="marc">2018</dateIssued>
    <copyrightDate encoding="marc">2018</copyrightDate>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>1 online resource (462 pages) : illustrations.</extent>
  </physicalDescription>
  <abstract>Computational Nuclear Engineering and Radiological Science Using Python provides the necessary knowledge users need to embed more modern computing techniques into current practices, while also helping practitioners replace Fortran-based implementations with higher level languages. The book is especially unique in the market with its implementation of Python into nuclear engineering methods, seeking to do so by first teaching the basics of Python, then going through different techniques to solve systems of equations, and finally applying that knowledge to solve problems specific to nuclear engineering. Along with examples of code and end-of-chapter problems, the book is an asset to novice programmers in nuclear engineering and radiological sciences, teaching them how to analyze complex systems using modern computational techniques. For decades, the paradigm in engineering education, in particular, nuclear engineering, has been to teach Fortran along with numerical methods for solving engineering problems. This has been slowly changing as new codes have been written utilizing modern languages, such as Python, thus resulting in a greater need for the development of more modern computational skills and techniques in nuclear engineering.</abstract>
  <tableOfContents>""Front Cover""; ""Computational Nuclear Engineering and Radiological Science Using PythonTM""; ""Copyright""; ""Contents""; ""About the Author""; ""Preface""; ""Acknowledgment""; ""Part I Introduction to Python for Scienti c Computing""; ""1 Getting Started in Python""; ""1.1 Why Python?""; ""1.1.1 Comments""; ""1.1.2 Errors""; ""1.1.3 Indentation""; ""1.2 Numeric Variables""; ""1.2.1 Integers""; ""1.2.2 Floating Point Numbers""; ""1.2.2.1 Built-in Mathematical Functions""; ""1.2.3 Complex Numbers""; ""1.3 Strings and Overloading""; ""1.4 Input""; ""1.5 Branching (If Statements)""</tableOfContents>
  <tableOfContents>""1.6 Iteration"""" The Great Beyond""; "" Further Reading""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Harriot's Method for Solving Cubics""; ""2 Digging Deeper Into Python""; ""2.1 A First Numerical Program""; ""2.2 For Loops""; ""2.3 Lists and Tuples""; ""2.3.1 Lists""; ""2.3.2 Tuples""; ""2.4 Floats and Numerical Precision""; "" Further Reading""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Nuclear Reaction Q Values""; "" 2. Calculating e, the Base of the Natural Logarithm""; ""3 Functions, Scoping, Recursion, and Other Miscellany""</tableOfContents>
  <tableOfContents>""3.1 Functions""""3.1.1 Calling Functions and Default Arguments""; ""3.1.2 Return Values""; ""3.2 Docstrings and Help""; ""3.3 Scope""; ""3.4 Recursion""; ""3.5 Modules""; ""3.6 Files""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Monte Carlo Integration""; ""4 NumPy and Matplotlib""; ""4.1 NumPy Arrays""; ""4.1.1 Creating Arrays in Neat Ways""; ""4.1.2 Operations on Arrays""; ""4.1.3 Universal Functions""; ""4.1.4 Copying Arrays and Scope""; ""4.1.5 Indexing, Slicing, and Iterating""; ""4.1.6 NumPy and Complex Numbers""; ""4.2 Matplotlib Basics""</tableOfContents>
  <tableOfContents>""4.2.1 Customizing Plots"""" Further Reading""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Inhour Equation""; "" 2. Fractal Growth""; "" 3. Charges in a Plane""; ""5 Dictionaries and Functions as Arguments""; ""5.1 Dictionaries""; ""5.2 Functions Passed to Functions""; ""5.3 Lambda Functions""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Plutonium Decay Chain""; "" 2. Simple Cryptographic Cipher""; ""6 Testing and Debugging""; ""6.1 Testing Your Code""; ""6.2 Debugging""; ""6.3 Assertions""; ""6.4 Error Handling""; "" Further Reading""</tableOfContents>
  <tableOfContents>"" Problems"""" Short Exercises""; "" Programming Projects""; "" 1. Test Function for k-Eigenvalue""; ""Part II Numerical Methods""; ""7 Gaussian Elimination""; ""7.1 A Motivating Example""; ""7.2 A Function for Solving 3x3 Systems""; ""7.3 Gaussian Elimination for a General System""; ""7.4 Round off and Pivoting""; ""7.5 Time to Solution for Gaussian Elimination""; "" Further Reading""; "" Problems""; "" Short Exercises""; "" Programming Projects""; "" 1. Xenon Poisoning""; "" 2. Flux Capacitor Waste""; "" 3. Four-Group Reactor Theory""; "" 4. Matrix Inverse""</tableOfContents>
  <note type="statement of responsibility">Ryan G. Mcclarren.</note>
  <subject authority="lcsh">
    <topic>Nuclear engineering</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Radiology</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject authority="fast">
    <topic>Nuclear engineering</topic>
  </subject>
  <subject authority="fast">
    <topic>Python (Computer program language)</topic>
  </subject>
  <subject authority="fast">
    <topic>Radiology</topic>
  </subject>
  <subject authority="bisacsh">
    <topic>TECHNOLOGY &amp; ENGINEERING / Mechanical</topic>
  </subject>
  <classification authority="lcc">TK9145</classification>
  <classification authority="ddc" edition="23">621.48</classification>
  <relatedItem type="otherFormat" displayLabel="Print version:">
    <identifier type="local">(OCoLC)979562306</identifier>
  </relatedItem>
  <identifier type="isbn">0128123710</identifier>
  <identifier type="isbn">9780128123713</identifier>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="isbn" invalid="yes"/>
  <identifier type="stock number">1042426 MIL</identifier>
  <identifier type="uri">https://search.ebscohost.com/login.aspx?direct=true&amp;scope=site&amp;db=nlebk&amp;db=nlabk&amp;AN=1497573</identifier>
  <location>
    <url displayLabel="EBSCOhost">https://search.ebscohost.com/login.aspx?direct=true&amp;scope=site&amp;db=nlebk&amp;db=nlabk&amp;AN=1497573</url>
  </location>
  <recordInfo>
    <recordContentSource authority="marcorg">IDEBK</recordContentSource>
    <recordCreationDate encoding="marc">171117</recordCreationDate>
    <recordChangeDate encoding="iso8601">20210810091256.0</recordChangeDate>
    <recordIdentifier source="OCoLC">on1013732312</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
