-
0
Question: How does maths link into your programming / job? Also, what is your most used programming language?
- Keywords:
-
Amy Mason answered on 29 Jan 2020:
I mostly use R (which is free to download and play with!) and stata (which is not free but has some really nice features for running large models)
Maths underpins all of my job to the point where it is hard to answer that question. I get huge sets of data, and I have to decide (with maths) what variables are interesting or useful and then clean up the data (using maths to check whether I am doing it sensibly). Then I run the model (using the maths built into the program), and look at the results to decide if they are sensible or meaningful (maths again!)
-
-
Maja Popovic answered on 30 Jan 2020:
I mostly use Python.
I used to work with C++ a while ago, but not much. -
Giuseppe Cotugno answered on 30 Jan 2020:
In robotics maths is often used to model the way the robot is moving, also statistics is used to evaluate those algorithms that do learning (they use collected data to generate motions or predictions).
At work we use python a lot because python has several libraries that can be used for manipulating mathematical formulas, also it has several ready made algorithm especially those related to learning. Additionally, in python is possible to obtain good results pretty quickly so is good for prototyping and trying things out.
If we need speed, that is when C++ comes into play. It is much slower and harder to develop code in C++ but the result is typically better.
I personally like more C++ but I end up working mostly in python.
-
Fiona Macfarlane answered on 31 Jan 2020:
I develop algorithms that are either probability based or are ways to find solutions to differential equations. I do this in a program called Matlab which has its own pretty straight forward language
Related Questions
Recent Questions
-
Any suggestions in assessing critical thinking skills and disposition in a mathematics context for mathematics students?
-
How do you go about making an AI
-
Do we have true AI? Or is it machines just learning?
-
Can Machines be creative (like humans)?
-
can robots fix people
-
As a mathematician, do you think much about the longstanding debates about the philosophy of mathematics?
-
say, i wanted to become an economist or advisor for my friend who works as a fisherman, or in the entrepreneurial
-
what is the most interesting pattern you ever found on a object
-
How does the people predict the weather? Is there any equations to predict the weather?
-
Do you like Lin-manuel Miranda?
Comments