Now showing items 329-348 of 84812

    • 4-H Wildlife manual 

      Mercer, Ford
    • 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 ...
    • 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
    • 4.3 - Gauss Elimination with Partial Pivoting 

      Shams El-Din El-Fouly; Siddharth Misra (7/5/18)
      In this lesson you'll learn about how to solve a system of equations using gauss elimination with Partial Pivoting and how to develop a gauss elimination with Partial Pivoting VBA Code
    • 4.4 - Gauss Jordan 

      Shams El-Din El-Fouly; Siddharth Misra (7/4/18)
      In this lesson you'll learn about how to solve a system of equations using gauss Jordan and how to develop a gauss Jordan VBA Code.
    • 4.5 - LU Decomposition 

      Shams El-Din El-Fouly; Siddharth Misra (7/2/18)
      In this lesson you'll learn about how to solve a system of equations using LU Decomposition and how to develop a LU Decomposition VBA Code
    • 4.6 - LU Decomposition by generating Inverse A 

      Shams El-Din El-Fouly; Siddharth Misra (7/3/18)
      In this lesson you'll learn about how to solve a system of equations using LU Decomposition by generating A inverse and how to develop a LU Decomposition A inverse VBA Code
    • 4.7 - Debugging a Multiplication Code 

      Shams El-Din El-Fouly; Siddharth Misra (7/4/18)
      In this lesson you'll learn about the common debugging issues that arise when programming numerical methods and how to best solve them and avoid them in the future.
    • 4DVAR retrieval of prognostic land surface model variables. 

      Ren, Diandong. (2004)
      The major findings of the first type of retrieval are: Initial soil moisture contents as well as deep soil temperature can all be successfully retrieved, for realistic initial guess errors; the relative difficulty in ...
    • 5-State Alliance for Child Development Research (5-STAR) at Oklahoma State University 

      Croff, Julie; Morris, Amanda; Teague, Kent; Bodurka, Jerzy (Oklahoma State University Center for Health Services, 2020-01-16)
    • 5.1 - Introduction to Optimization & Analytical Sol. 

      Shams El-Din El-Fouly; Siddharth Misra (7/9/18)
      In this lesson you'll learn about optimization, minimums, maximums, and a saddle. You’ll learn the difference between a local and global optima, the Second Derivative Test, contour lines, and how to graph a 2D function in Excel.
    • 5.2 - 1D Optimization - Gold-Section Search 

      Shams El-Din El-Fouly; Siddharth Misra (7/11/18)
      In this lesson you'll learn about how to apply the golden section search technique to find Minimum and Maximum of a 1D Function in addition to how to develop a golden section search technique
    • 5.3 - 1D Optimization - Newton Raphson 

      Shams El-Din El-Fouly; Siddharth Misra (7/10/18)
      In this lesson you'll learn about how to apply Newton Raphson Root finding Technique to find Minimum and Maximum of a 1D Function and how to adjust a Newton Raphson root finding code to find the optima of a function
    • 5.4 - 2D Optimization - Gradient Descent 

      Shams El-Din El-Fouly; Siddharth Misra (7/17/18)
      In this lesson you'll learn about how to apply the gradient decent/ascent method to find optimum min and max of a 2D function and learn how to code a gradient descent code
    • 5.5 - Non Linear Optimization Using Solver 

      Shams El-Din El-Fouly; Siddharth Misra (7/14/18)
      In this lesson you'll learn about how to use Excel's inbuilt Solver tool to solve optimization problems
    • 50 shades of slavery : sexual assault of black male slaves in antebellum America  Undergraduate

      Perkins, Dedrick K.
      Male slave owners used sexual assault to dominate, dehumanize, and emasculate male slaves in American Antebellum South. The oppression and violence that characterized the institution of chattel slavery are easily accessible, ...
    • 5th Annual Field Day Kiamichi Field Station 

      Darlow, A. E.; Hawkins, Louis Edward (Oklahoma Agricultural Experiment Station, 1953-07)
    • 6.1 - Linear Regression 

      Shams El-Din El-Fouly; Siddharth Misra (7/13/18)
      In this lesson you'll learn about how to best fit a line to a set of linear data points and how to develop a linear regression program. This is followed by a comparison of the results to Excel's inbuilt linear regression function