- #1
- 2,168
- 193
Let us suppose we have one constant variable ##b \pm \delta b = 20 \pm 1 ## and one function that depends on ##x ##, such as, ##a(x) \pm \delta a ##
The problem is I want the difference between ##a(x) ## and ##b ## to be ##0 ##. Let me denote this difference as ##c \pm \delta c ##. To obtain a difference which is ##0 ##, we can have only one condition ##c \leq \delta c ##.
We are also given a range of ##x ## values.
So the problem is something like this.
Take a range of ##x ## values (such as ##{0,2} ##)
For each value of ##x ## in this range;
1) Calculate ##a(x) \pm \delta a ##
2) Take the difference between ##a(x) ## and ##b ##;
##c \pm \delta c = (a(x) \pm \delta a) - (b \pm \delta b) ##
3) if ##c \leq \delta c ## (if the difference can be ##0 ##), add it to an array that stores the values of the ##x ##.
Now after this we have some values of ##x ## that satisfy ##c \leq \delta c ##. How can you find ##x ## and ##\delta x ## from this array
The problem is I want the difference between ##a(x) ## and ##b ## to be ##0 ##. Let me denote this difference as ##c \pm \delta c ##. To obtain a difference which is ##0 ##, we can have only one condition ##c \leq \delta c ##.
We are also given a range of ##x ## values.
So the problem is something like this.
Take a range of ##x ## values (such as ##{0,2} ##)
For each value of ##x ## in this range;
1) Calculate ##a(x) \pm \delta a ##
2) Take the difference between ##a(x) ## and ##b ##;
##c \pm \delta c = (a(x) \pm \delta a) - (b \pm \delta b) ##
3) if ##c \leq \delta c ## (if the difference can be ##0 ##), add it to an array that stores the values of the ##x ##.
Now after this we have some values of ##x ## that satisfy ##c \leq \delta c ##. How can you find ##x ## and ##\delta x ## from this array
Last edited: