Now showing items 61-80 of 110

    • Electromechanical Systems 

      Davis, Chad (2018-12-19)
      This eBook was written as the third installment in the series that coincide with three engineering courses taught at the University of Oklahoma (ENGR 2431, ENGR 2531, and ENGR 3431). These courses were designed to provide ...
    • Lab Manual for Nonmajors Biology 

      Hoefnagels, Mariëlle; Greenwood, Sarah (2019-02)
      Lab manual for use in college-level nonmajors biology courses. Lab manual includes lab safety guidelines and labs for process and tools of science; using the microscope; digestion; food microbiology; bacteria and disease; ...
    • Arban Expansion Pack: Classic Exercises Adapted for Today's Musician. 1st edition 

      Stock, Matt (2020)
      First published circa 1859 Jean-Baptiste Arban’s Grande méthode complète pour cornet à pistons et de saxhorn is an integral part of the practice routines of trumpeters around the globe. The First Studies, which stress an ...
    • Measurement and Instrumentation: An Introduction to Concepts and Methods, 1st Edition 

      Dyer, John W.; Davis, Chad E. (2020-08)
      Measurement and instrumentation are fundamental elements of many engineering projects. From research, to development, to manufacturing, to user products, engineers are constantly needing to measure things: brightness of ...
    • Patent Law: An Open-Access Casebook 

      Burstein, Sarah; Wasserman Rajec, Sarah R.; Sawicki, Andres (2021-06-14)
      Patent Law: An Open-Access Casebook is a comprehensive casebook covering all the fundamentals of the United States patent system. It is designed to be used as the primary text in a 3-credit or 4-credit patent law course. ...
    • Biomedical Engineering Lab Manual, Volume 1 

      Breen, Sarah (2022-12)
      The lab manual was written as the first installment that coincides with two lab courses taught at the University of Oklahoma (BME3171, BME3181). These courses are designed to provide Biomedical Engineering students with ...
    • Biomedical Engineering Lab Manual, Volume 2 

      Breen, Sarah (2023-08)
      The lab manual was written as the second installment that coincides with two lab courses taught at the University of Oklahoma (BME3171, BME3181). These courses are designed to provide Biomedical Engineering students with ...
    • 1.1 - Getting Started with Excel 

      Shams El-Din El-Fouly; Siddharth Misra (6/1/18)
      In this lesson you'll learn how to setup Excel for VBA programming, explain the most common features of the interface and how to save an Excel sheet with a macro program
    • 1.8 - Inbuilt Functions 

      Shams El-Din El-Fouly; Siddharth Misra (6/12/18)
      In this lesson you'll learn about some the most useful and common EXCEL/VBA inbuilt functions used in numerical methods
    • 2.1 - Taylor Series & Exp(x) 

      Shams El-Din El-Fouly; Siddharth Misra (6/15/18)
      In this lesson you'll learn about what Taylor Series are and how to approximate the Exp(x) function using Taylor Series
    • 2.2 - Taylor Series & f'(x) 

      Shams El-Din El-Fouly; Siddharth Misra (6/15/18)
      In this lesson you'll learn about how to approximate derivatives using Taylor Series
    • 2.3 - Taylor Series of Exp(3x) around 2 

      Shams El-Din El-Fouly; Siddharth Misra (6/18/18)
      In this lesson you'll learn about how to develop a VBA code to approximate Exp(3x) around a = 2
    • 3.3 - Newton Raphson & Secant Methods & How they compare 

      Shams El-Din El-Fouly; Siddharth Misra (6/21/18)
      In this lesson you'll learn about the Newton Raphson and secant Techniques, how to develop a VBA code to implement these techniques to any desired approximate error and how the open methods compares to both bisection and ...
    • 3.1 - Bisection Method 

      Shams El-Din El-Fouly; Siddharth Misra (6/21/18)
      In this lesson you'll learn about the different types of Root of Equations techniques, the bisection method and how to develop a VBA code to implement this technique to any desired approximate error.
    • 3.2 - False Position & How it Compares to Bisection Method 

      Shams El-Din El-Fouly; Siddharth Misra (6/21/18)
      In this lesson you'll learn about the False Position method, how to develop a VBA code to implement this technique to any desired approximate error and how the False Position compares to the Bisection Method
    • 3.4 - Newton Raphson using different guesses 

      Shams El-Din El-Fouly; Siddharth Misra (6/26/18)
      In this lesson you'll learn about the effect of using different educated guesses on the output root of the function
    • 4.1 - Vectors, Matrices & Arrays 

      Shams El-Din El-Fouly; Siddharth Misra (6/26/18)
      In this lesson you'll learn about what an array is and the difference between a vector and a matrix. You’ll then create a vector to store ten elements and display it back onto an Excel sheet. Finally, you’ll learn to create ...
    • 3.6 - Right Circular Cone 

      Shams El-Din El-Fouly; Siddharth Misra (6/27/18)
      In this lesson you'll learn about how to apply the Newton Raphson Technique to find the root of a 2D right circular cone function.
    • 4.2 - Addition, Multiplication & Transposition of Matrices 

      Shams El-Din El-Fouly; Siddharth Misra (6/28/18)
      In this lesson you'll learn about addition, multiplication and transposition to two matrices in addition to what a Principle Diagonal, Principal anti-diagonal, identity and unit matrices
    • 3.5 - Multiple Roots 

      Shams El-Din El-Fouly; Siddharth Misra (6/28/19)
      In this lesson you'll learn about the Modified Newton Raphson Method to deal with Multiple Roots and How to develop a VBA code to implement this technique to any desired approximate error.