Express maximum as an equation

  • Thread starter Thread starter Crusty
  • Start date Start date
  • Tags Tags
    Maximum
AI Thread Summary
The maximum of two variables A and B can be expressed as MAXIMUM(A, B) or through a piecewise function that defines it based on the values of A and B. When given MAXIMUM(A, B) = C, solving for A is not straightforward if B is greater than A, as A can take on any value less than C. The discussion highlights that while a piecewise function can represent the maximum, it does not allow for recovery of A from C in all cases. A proposed equation for the maximum works under the condition that A and B are not equal. The conversation emphasizes the complexity of expressing maximum values and solving for variables in such equations.
Crusty
Messages
22
Reaction score
0
Given variables A and B
How is the maximum of A and B expressed as an equation?
Another way of saying it is how do you express MAXIMUM(A,B) as an equation?

Given variables A,B,C
MAXIMUM(A,B)=C
How do you solve for A?
 
Mathematics news on Phys.org
Crusty said:
Given variables A and B
How is the maximum of A and B expressed as an equation?
Another way of saying it is how do you express MAXIMUM(A,B) as an equation?

Given variables A,B,C
MAXIMUM(A,B)=C
How do you solve for A?

For part 1, you can write a piecewise function but it is just typing out what maximum means.

For the second part, you can't necessarily recover A from C. Suppose that B>A. Then A could be any value less than C.
 
Last edited:
How do you write it piecewise again?

For writing as an equation, I came up with this but it only works when the numbers aren't equal
a*((a-b)/abs(a-b)+1)/2+b*((b-a)/abs(b-a)+1)/2
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top