Statistics
RANK
7,002
of 293,862
REPUTATION
6
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
1
RANK
526 of 20,052
REPUTATION
3,260
AVERAGE RATING
4.80
CONTRIBUTIONS
28 Files
DOWNLOADS
755
ALL TIME DOWNLOADS
28016
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Fundamentals of Programming
An overview of programming concepts including arrays, strings, loops, and algorithms with a project.
20 days ago | 45 downloads |
Submitted
Thermodynamics
This curriculum module contains interactive examples that teach fundamental concepts and basic terminology related to thermodyna...
2 months ago | 49 downloads |
Submitted
Numerical-Methods-with-Applications
Teach numerical methods for interpolation, differentiation, integration, and solving ODEs and PDEs with MATLAB.
4 months ago | 23 downloads |
Submitted
Applied-Linear-Algebra
A collection of teaching scripts showing applications of linear algebra to chemistry, computer science, mechanical engineering, ...
5 months ago | 20 downloads |
Submitted
Biosciences: Genetics
This is an interactive courseware module that teaches the basics of genetics.
5 months ago | 4 downloads |
Submitted
Biosciences: Image Processing
This is an interactive courseware module that teaches the basics of image processing using biologically motivated examples.
5 months ago | 6 downloads |
Submitted
Biosciences: Statistical Methods
This is an interactive courseware module that teaches the basics of statistics using biological examples.
5 months ago | 2 downloads |
Submitted
Biosciences: Machine Learning
This is an interactive courseware module that teaches students basic machine learning with biologically motivated examples.
5 months ago | 1 download |
Submitted
Vector Arithmetic
Interactive courseware module that addresses the fundamentals of vectors taught in mathematics courses.
5 months ago | 4 downloads |
Submitted
Programming-A-Starter-Project-Using-MATLAB-and-Python
A scaffolded project involving pulling and installing a Live Task, then using MATLAB and Python to access and analyze data from ...
6 months ago | 5 downloads |
Submitted
Calculus Integrals
Interactive examples using MATLAB to visualize and practice integral calculus and a calculus flashcards app.
7 months ago | 21 downloads |
Submitted
Fourier Analysis
Learn Fourier analysis using live scripts and apps.
8 months ago | 141 downloads |
Submitted
Calculus Derivatives
Interactive module that introduces fundamentals of derivatives including the product and chain rule as presented in Calculus I c...
8 months ago | 26 downloads |
Submitted
Virtual Measurement of e/m Lab
Interactive courseware module that addresses J.J. Thomson’s landmark experiment to measure the charge-to-mass ratio of the elect...
9 months ago | 4 downloads |
Submitted
Programming: Organizing Data
This courseware module addresses working with data: textual data types, numerical data types, data storage, and memory.
10 months ago | 8 downloads |
Submitted
Regression Basics
Interactive courseware module that addresses the fundamentals of regression analysis taught in STEM courses.
10 months ago | 13 downloads |
Submitted
Phase Plane and Slope Field apps
You can use the Phase Plane and Slope Field apps to qualitatively analyze ordinary differential equations (ODEs).
10 months ago | 203 downloads |
Submitted
Qualitative Analysis of ODEs
Interactive courseware module that addresses the qualitative analysis of ordinary differential equations taught in mathematics c...
10 months ago | 20 downloads |
Submitted
Probability-Theory
A courseware module that covers fundamental concepts including the basics of probability, random variables, and Bayes' Theorem.
10 months ago | 6 downloads |
Submitted
Descriptive Statistics and Probability Distributions
Interactive courseware module that addresses common foundational-level concepts taught in statistics courses.
11 months ago | 5 downloads |
Submitted
Convolution in Digital Signal Processing
Interactive courseware module that addresses common foundational-level concepts taught in signal processing courses.
11 months ago | 37 downloads |
Submitted
Morphology-in-Image-Processing
Interactive courseware module that introduces the fundamental morphological operations used in image processing.
11 months ago | 4 downloads |
Submitted
Numerical-Integration
Interactive courseware module that addresses the fundamentals of numerical integration taught in mathematics courses.
11 months ago | 2 downloads |
Submitted
Fourier-Analysis_es
Aprende análisis de Fourier utilizando live scripts y aplicaciones.
12 months ago | 4 downloads |
How to mark curve intersections on a graph
The challenge here is that the points of intersection are not exactly at points where you are evaluating your functions. A qui...
1 year ago | 1
| accepted
Submitted
Air Track Collisions Lab
Interactive courseware module that addresses one-dimensional collisions using a virtual air track model.
1 year ago | 4 downloads |
Submitted
Mass-Spring-Damper Systems
Interactive courseware module that addresses the fundamentals of mass-spring-damper systems taught in mechanical engineering cou...
1 year ago | 56 downloads |
Submitted
Machine Learning for Regression
Interactive module that introduces typical workflow, setup, and considerations involved in solving regression problems with mach...
1 year ago | 15 downloads |
Submitted
Programming: Structuring Code
These live scripts teach programming basics related to organizing code into functions, describing, debugging, and sharing code.
1 year ago | 20 downloads |
Solved
Extract the Acrostic Message
An acrostic cipher is a way of embedding one message within another by taking the first (or last) word of each line. Given a str...
2 years ago