How to prove fl(x^k) definition

531 Views Asked by At

How would I show that fl(x^k)= (x^k)(1 + δ)^(k−1), where |δ| ≤ ,ε if x is a floating-point machine number in a computer that has machine precision .

Edit: I was thinking I can use induction to prove this.