The Pascal's Triangle is produced in Python. The programming sequence is as follows: Factorial of a number is run A function of combination is run Pascal' s Triangle is produced with the correct space between the terms using the appropriate nth term calculation You can practise it here interact…
Friday, 23 December 2022
Circle Theorems
The embed below shows all 7 circle theorems. Circle theorems are a set of rules that define how circle behave and are incredibly useful to geometrical mathematics. First circle theorem - The angle subtended by a chord at the centre is twice the size of the angle subtended by the same chord at the ci…
Thursday, 8 December 2022
Saturday, 19 November 2022
The History of the Pulsejet
THE HISTORY OF THE PULSEJET The pulsejet is unlike any other jet engine seen before. Some versions require no moving parts, a title only previously given to rockets, which were inefficient and expensive, and ramjets, which needed to go obscene speeds to function. Pulsejet engines are characterized by…
Saturday, 15 October 2022
Hexadecimal, Binary and Decimal AQA GCSE Computer Science
These programmes can do the following: Converting decimal numbers to binary numbers Performing binary shift Converting decimal to hexadecimal
Wednesday, 6 July 2022
Python
PYTHON Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue la…
Friday, 24 June 2022
Solving an equation by Iteration
I am solving an equation by iteration. In this case, I am going to solve x 2 - x - 5 = 0 by iteration. First of all, I am rearranging it in the iterative form: Suppose you have to solve x 2 - x - 5 = 0 by iteration. Let's rearrange it in iterative form first. x = √(x + 5) x n+1 = √(x n + 5) Let's ta…
Tuesday, 21 June 2022
Polygon Maker
The following applet, written in Python, can simulate the formation of polygons. It simply use the fact the external angle of a regular polygon is 360/n, where n is the number of sides.
Gradient of a curve by differentiation
I am finding the gradient of a curve by differentiation with the following Geogebra applet. The equation of the curve is y = x 2 /4. Gradient = dy/dx = x/2 If you move the point along the curve, you can find the gradient of the curve at any point. For example, at x = 2, dy/dx = 1
Subscribe to:
Posts (Atom)
Search My Blog
Popular Posts
-
Firstly, I used an open tin can for the combustion chamber. The tin can was cleaned thoroughly before use, and allowed to dry. Then two meta...
-
This device is easily capable on sending hot arcs over 1cm, and is completely wireless. It runs on a normal 9V battery and is incredibly re...
-
This essay explores the concept of using siphoning as a fuel pump system, examining its efficiency, practicality, and potential benefits. Be...
-
I took part in a major music event in Brentford-on-the-Thames on June 25, 2023. I was given an opportunity by the organizers to play 3 tu...
-
I have recently made a Chrome Browser Extension and submitted it to Google. To my delight, it was approved by Google and published in the Ch...