This course is the second course in the Linear Algebra Specialization. In this course, we continue to develop the techniques and theory to study matrices as special linear transformations (functions) on vectors. In particular, we develop techniques to manipulate matrices algebraically. This will allow us to better analyze and solve systems of linear equations. Furthermore, … [Read more...] about Linear Algebra: Matrix Algebra, Determinants, & Eigenvectors
Math and Logic
Inventory Analytics with Excel: Create an inventory system
This guided project, Inventory Analytics with Excel: Create an inventory system, will help an intermediate analyst who is looking to create an inventory management table for a business. In this 1.5-hour long project-based course, you will learn how to create an inventory management table in Excel, add colors to the table, create inventory transactions, and add formulas to … [Read more...] about Inventory Analytics with Excel: Create an inventory system
Pre-MBA Quantitative Skills: Accounting
Financial statements are a key source of information about the economic activities of a firm. This course is a primer on the construction and basic interpretation of financial statements that should provide learners with a rudimentary understanding of the types of information included in the four primary financial statements: balance sheet, income statement, cash flow … [Read more...] about Pre-MBA Quantitative Skills: Accounting
Non parametric Tests using R Cmdr
In this project , you will learn how to conduct non parametric tests using Rcmdr. Non parametric tests are powerful tests which are conducted when underlying assumptions are not met in the data . After completing the project, you will be able to apply the appropriate test for the right data set. You will also learn how to do it in an easy to use Rcmdr. … [Read more...] about Non parametric Tests using R Cmdr
Introduction to C++ Programming: Build a Calculator
By the end of this project, you will be able to create a simple calculator as well as an advanced one, which will be achieved by learning the basic concepts of C++ such as variables, DataTypes, if conditions, and more programming concepts. By applying these concepts you can also create programs that users can interact with. These programming concepts can also be applied using … [Read more...] about Introduction to C++ Programming: Build a Calculator