Script f3b.m
Download Script f3b.m
function a2=f3b(x2)
a2=x2*x2
display(a1)


Back