
Recalculating the dimensions and Angles of a Right Triangle/ The Pathagorean Theorem and the Arcsine().
What you'll learn
- Create HTML form elements that calculate and recalculate the geometric and trigonometric dimensions of a right triangle using D3 JavaScript.
- Students will learn some HTML, JavaScript, using the d3 JavaScript library to manipulate the DOM, calculate geometric formulas, and create an SVG poly-line
Requirements
- An understanding of the inspect elements and console of a browser
- A basic understanding of HTML, CSS and some JavaScript is helpful to understand the content of this course.
- A text editor such as Sublime Text, Notepad ++, or any text editor designed for coding
Description
In this course you will apply what you have already learned in basic HTML, CSS, and JavaScript courses to create an application that calculates and recalculates the dimensions and angles of a Right Triangle. By the end of this course, you will have the skills to create any application that calculates a complex mathematical problem. You will also have the skills to think outside of the box to become more than just a coder. You will become a creator with code.
Who this course is for:
- This course is designed for anyone who has some famaliarly with HTML, CSS, and JavaScript who desires to create applications using those learned skills