Need help with question
1 view (last 30 days)
Show older comments
Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i
0 Comments
Answers (1)
yanqi liu
on 20 Jan 2022
clc; clear all; close all;
% Find all possible values of 2^5-2i
syms x
eqn = 2^5-2*x==0;
solx = solve(eqn,x)
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!