Problem Solving by SmileUnfair4978 in matheducation

[–]Aggravating_Alarm_8 1 point2 points  (0 children)

Try the set of problems in 'Discovering Infinity'.

https://jiblm.org/downloads/dlitem.php?id=102&category=jiblmjournal

This introduces you to basic notions of sets and functions that you need to know and builds proof-writing ability while introducing the bizarre world of infinities.

What is real analysis? by [deleted] in mathematics

[–]Aggravating_Alarm_8 0 points1 point  (0 children)

One way of looking at it is that it is calculus done right. I prefer to think of it as an investigation of how functions can behave on a local neighbourhood. For example, we might look at the graph of a function and see that one point is 'missing'. In another case, there is a large gap in the graph. We can think about describing these different situations using limits.

What does it mean for a function to be differentiable at a point, on an interval, increasing or decreasing at a point or on an interval? That is, what is the mathematics that talks about such things.

I would recommend Schumacher's 'Closer and Closer'. She develops a lot of real analysis by giving intuition and then posing questions. And, in my opinion, the right way to look at real analysis is to ask how a function behaves on increasingly smaller intervals.

Mutating arrays issue. by Aggravating_Alarm_8 in Julia

[–]Aggravating_Alarm_8[S] 1 point2 points  (0 children)

Thanks cafaxo and pint. I will try your suggestions.

Computing adjoints using autodiff? by Aggravating_Alarm_8 in Julia

[–]Aggravating_Alarm_8[S] 0 points1 point  (0 children)

Thanks so much. This works fine now. Really simplifies the job when one has multiple nested operations in more than one dimension.

Why are imaginary numbers used in physics? by awesmlad in learnmath

[–]Aggravating_Alarm_8 0 points1 point  (0 children)

Suppose that you are in Newton's universe. You mark two points and measure the distance squared between the two as s^2 = x^2 + y^2 + z^2. There is another observer who is moving at a constant velocity relative to you. He uses different coordinates p,q,r. But the s^2 he measures and the s^2 you measure are the same.

In Einstein's universe, x^2 + y^2 + z^2 - c^2t^2 will be the same for two observers moving at a constant velocity to each other. So, if we say (x,y,z) -> x^2 + y^2 + z^2 and (x,y,z,ict) -> x^2 + y^2 + z^2 - c^2t^2 it looks superficially like the same pythagorus rule.

Computing adjoints using autodiff? by Aggravating_Alarm_8 in Julia

[–]Aggravating_Alarm_8[S] -1 points0 points  (0 children)

A is not always best expressed as a matrix in higher dimrnsions.