Graphing is my favourite part of math, and I was really excited when Desmos decided to host a contest for it! The concept that equations - composed of mere symbols and numbers - can create all sorts of lines when graphed really fascinates me. I think it's sort of like mixing two chemic...
intrepidbird / graphing-calculator Star 16 Code Issues Pull requests Discussions Modern and sleek graphing calculator that supports multiple types of graphs built using HTML, CSS, and Javascript. calculator mathematics maths graphing-calculator hacktoberfest html-css-javascript desmos aops intrepidbird-...
But, as things do, life has settled a bit, and lately, I’ve been doing some fun graphing. I hope to get back into blogging by writing some short posts on little hacks I use to make my graphs more beautiful, or more usable in a custom activity on teacher.desmos.com. Today’s topi...
27 +0,0 @@ -// var remote = require('electron').remote; -var dialog = remote.dialog; -var fs = require('fs'); - -var image = calculator.screenshot({ - width: remote.width, - height: remote.height,
Basics of mathematics, art, computing, and graphing Modern GPUs use a range of techniques inspired by mathematics. At their heart, every GPU uses a triangle (polygon) to render an image, and for good reason. Depicting artwork using computers can also be done using a graph compute engine. Th...