- 30
- 16 934
Gavin Sinclair
Australia
Приєднався 4 бер 2012
Відео
Advent of code 2022 for beginners - Day 7
Переглядів 142 роки тому
In Python, for a particular audience: students who have completed Days 1-6 but not 7.
Advent of Code 2022 for beginners - 1.3 fix error
Переглядів 72 роки тому
There is a programming error in Video 1.2. In this video we fix it and generalise the input file reading support.
Advent of Code 2022 for beginners - 1.2 improved code for Problem 1
Переглядів 982 роки тому
We make it easier for each problem to read the input file, and we see ways to improve the code used in the solution to Problem 1.
Advent of Code 2022 for beginners - 1.1 replit and vim
Переглядів 1102 роки тому
Problems 1A and 1B are solved in replit and in vim (using Python). There is a detailed focus on setting up a data directory to store the problem data without clutter.
Advent of Code 2021 Problem 2 (Clojure and Python)
Переглядів 1083 роки тому
A solution of the two Day 2 problems in two programming languages, aimed at fairly novice programmers. We start in Python because familiarity is important in this problem. Then we see what a Clojure approach might look like.
Advent of Code 2021 Problem 1 (Clojure and Python)
Переглядів 2353 роки тому
A solution of the two Day 1 problems in two programming languages, aimed at fairly novice programmers, although some advanced Python is considered towards the end.
Differential Equations (MANSW Different By Design 2021)
Переглядів 3373 роки тому
A guide for teachers, giving overview of easy, medium and hard work in 70 minutes.
AtCoder beginner 180 problems A-D
Переглядів 494 роки тому
The first four problems of this contest are discussed in Python: atcoder.jp/contests/abc180
Informatics competition introduction (ACIO 2020 Q1-2)
Переглядів 1074 роки тому
The Australian Informatics Olympiad (AIO) takes place each year in August. This year, a non-associated "community" competition (the C in ACIO) took place to allow students to practise for the main event. This video completes Questions 1 and 2. For novice informatics students, the point of this video is not only how to solve the problems; it's how the competition website works.
[FM Advanced] Superannuation; loan repayments
Переглядів 354 роки тому
This video demonstrates two worksheets that cover superannuation (or any savings plan) and loan repayments. Made for MANSW PD: Mathematics Advanced - Financial Mathematics, June 2020
[FM Advanced] Creating spreadsheets for savings and loans
Переглядів 2834 роки тому
[FM Advanced] Creating spreadsheets for savings and loans
Intro to Informatics (1) - solving an easy LeetCode problem (Two Sum)
Переглядів 204 роки тому
Intro to Informatics (1) - solving an easy LeetCode problem (Two Sum)
Just saw this in school as a Year 12 student studying DE's. I noticed your example of horizontal dilation made the substitution (1/2)x rather than (1/2)(x-4). I checked with my teacher and looked on the graphing software GeoGebra and we both agreed that when horizontally dilating you are supposed to multiply in the form a(x-b) rather than ax-b. This may be helpful to note for anyone trying to learn differential equations :)
I love maths so much! I appreciate this video so much, it makes me love learning.
would using babashka make clojure back into a hose?
Thanks for sharing! Great resource.
Lol ur mum
11:16, I think there was a mistake here. the function was f(x)' = x^2/y' But you wrote it as x^2/y with the y value as a normal value instead of in the first differential. Am I missing something?
Hi Conall, that dash is actually a comma! I'll never unsee that now!!
Good morning, Mr Sinclair, Thank you very much for your hard working and sharing your experience with new syllabus!!!😃 It would be great support to NSW extension 1 students, parents, tutors and new teachers. I found some of your videos on internet and they are very helpful as well. If you don't mind, Can you please do us a favour to share what you can? Of course, you have copyright!😃
Hi Jo, these videos are all I have at the moment, plus this website: sites.google.com/plc.nsw.edu.au/12mx1-diff-eq-external/home I hope they're helpful in covering the Differential Equations topic. I may make videos on other topics in future, but it's not guaranteed.
Mr Sinclair, Thank you for your hard working 😘! I do appreciate your generosity in sharing your dedication!!! That's Great! 👍👍👍
Thank you so much for these videos. They have been incredibly helpful. I completed the PD4maths PL you ran and feel much better prepared now. Can I ask how you generated the blank grids for Question 2 for the students to draw a slope field?
You’re welcome, Tracy. I created those blank grids using tables in Microsoft Word. Give that a try if you can (or in Google Docs, or ...) and let me know if I can help further.
Very helpful, thank you Gavin!
Awesome work! Thanks Gavin
Oops...at 26:12 there is a handwritten error where I wrote the expression for y' incorrectly (swapping x and y). Fortunately no harm was done as I actually used the correct expression at 29:16.