Curated Video
R Programming for Statistics and Data Science - Introduction - Vectors and Vector Operations
This video explains the section. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Curated Video
R Programming for Statistics and Data Science - Indexing an Element from a Matrix
This video explains indexing an element from a matrix. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Curated Video
R Programming for Statistics and Data Science - If, Else, Else If Statements - Keep-In-Mind's
This video explains if, else, else if statements - keep-in-mind's. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of...
Curated Video
R Programming for Statistics and Data Science - For Loops in R
This video explains for loops in R. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming with R.
Curated Video
R Programming for Statistics and Data Science - Do Matrices Recycle?
This video explains if matrices recycle. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Curated Video
R Programming for Statistics and Data Science - Data Types in R - Integers and Doubles
This video explains data types in R - integers and doubles. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Curated Video
R Programming for Statistics and Data Science - Creating an Object in R
This video explains creating an object in R. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Curated Video
R Programming for Statistics and Data Science - Coercion Rules in R
This video explains coercion rules in R. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Curated Video
R Programming for Statistics and Data Science - Changing the Dimensions of an Object in R
This video explains changing the dimensions of an object in R. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Curated Video
R Programming for Statistics and Data Science - Building a Function in R 2.0
This video explains building a function in R 2.0 This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming with R.
Curated Video
R Programming for Statistics and Data Science - Slicing and Indexing a Vector in R
This video explains slicing and indexing a vector in R. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Curated Video
R Programming for Statistics and Data Science - Matrix Arithmetic
This video explains matrix arithmetic. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Curated Video
R Programming for Statistics and Data Science - Introduction to Vectors
This video explains introduction to vectors. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Curated Video
R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface
This video is a quick guide to the RStudio user interface. This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction to the course.
Flipping Physics
#31 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about a vector representation of the initial and final momentums during an elastic collision.
Flipping Physics
#45 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the net electric field caused by two positive charges.
Flipping Physics
#40 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the magnitude of the net Coulomb's Force on one charge caused by two other charges.
Flipping Physics
#39 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam
This problem is about the net Coulomb's Force on one charged caused by two other charges.
Flipping Physics
(1 of 2) Mechanics - Review of all Topics - AP Physics C
0:00 Intro 0:38 Vectors vs. Scalars 1:05 The Uniformly Accelerated Motion Equations 2:07 Acceleration 2:42 Velocity 3:03 Derivative and Integral Definitions 4:01 Projectile Motion 4:57 Newton's 2nd Law and Free Body Diagrams 5:41...
Flipping Physics
Electricity and Magnetism #3 Free Response Question Solutions - AP Physics C 1998 Released Exam
This Free Response Question includes the following concepts: Magnetic Forces, Current, Motional Emf, Newton's 2nd Law, Magnetic Flux, Electric Potential Difference, Current, Resistance, Electric Power, Terminal Velocity and using the...
Math Fortress
Calculus III: Three Dimensional Vectors (Level 3 of 3)
This video covers Three Dimensional Vectors. This video goes over the various properties associated with three dimensional vectors. 4 intermediate examples including a static equilibrium problem are covered.
Math Fortress
Calculus III: Two Dimensional Vectors (Level 9 of 13)
This video is a review of Two Dimensional Vectors. This video goes over unit vectors, standard unit vectors and direction of vectors.
Flipping Physics
Angular Momentum Cross Product
Angular Momentum as the cross product is demonstrated and derived. This is an AP Physics C: Mechanics topic. Content Times: 0:00 Newton’s Second Law Review 0:45 The Demonstration 1:05 The Derivation 4:56 Back to Newton’s Second Law 6:34...
APMonitor
Solve Linear Equations with Python
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve