Need help with question

Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i

回答(1 个)

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)
solx = 
16

类别

帮助中心File Exchange 中查找有关 Mathematics 的更多信息

产品

版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by