Login
Discover
Waves
Communities
Login
Signup
jifka
@jifka
40
Followers
8
Following
10
Follow
Email digest
Resource Credits
Available
Used
Created
2018-11-18 20:03
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
jifka
programming
8y
Simplefootball - The idea
In my introduction I said that I would also present some of my programming and today we will get started with that. The program I want to talk about is a simple football (soccer) simulation that I have
$ 0.237
3
3
1
jifka
math
8y
Polar coordinates
Today we will come back to complex numbers. As discussed before, a complex number z is represented as a + b * i with a and b real numbers and i the imaginary unit (the square root of -1). Since this is
$ 0.226
8
2
jifka
math
8y
The harmonic mean
Last time we looked at the geometric mean in contrast to the “normal” arithmetic mean. There is even a third way to determine the “middle” of two numbers, the harmonic mean. The harmonic mean of two numbers
jifka
math
8y
The geometric mean
When there is a competition to estimate some number (e.g. the amount of money in a jar full of coins) we want the person closest to the actual value to win. Since the distance between two numbers x and
jifka
math
8y
Complex numbers
Some of my following posts might use complex numbers so I want to properly introduce them. To understand why we need them we will first take a look at other, more simple, sets of numbers. In elementary
jifka
math
8y
Postfix notation
Most people don't think about how to write sums. It is clear that that the plus sign should go between the two numbers you want to add. This makes a lot of sense but when you think about it there is no
jifka
math
8y
What is the minimum of an empty set?
The question what the smallest number in an empty set is might seem like nonsense because, you know, the set does not contain any numbers but this is just the kind of thing mathematicians worry about.
jifka
math
8y
Why 0! = 1
Most of you should be familiar with the factorial function where n factorial (written n!) is the product of the first n natural numbers, e.g. 5! = 1 * 2 * 3 * 4 * 5 = 120. This is a straightforward definition
jifka
introduceyourself
8y
Introducing my maths blog
Hello there! I am currently studying maths at university and I made this account to share some of the interesting things I learn there (or anywhere else) as well as maybe some of my programming (maths-related