How do I do this question?
For a) I believe the value of $c=\frac{1}{255}$ but I'm not sure. Can anyone help?
a)
$0 = c \cdot 0^\gamma$
So $c$ doesn't matter (for 0).
$255 = c \cdot 255^\gamma$
$c = \frac{255}{255^\gamma}$
b)
for each $\gamma$:
plot(0:255,(255/255.^gamma)*(0:255).^gamma);
c)
can be taken from the plots from b)
Copyright © 2021 JogjaFile Inc.
a)
$0 = c \cdot 0^\gamma$
So $c$ doesn't matter (for 0).
$255 = c \cdot 255^\gamma$
$c = \frac{255}{255^\gamma}$
b)
for each $\gamma$:
c)
can be taken from the plots from b)