Need help with question

1 次查看(过去 30 天)
Ahmad Luqman
Ahmad Luqman 2022-1-20
回答: yanqi liu 2022-1-20
Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i

回答(1 个)

yanqi liu
yanqi liu 2022-1-20
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

类别

Help CenterFile Exchange 中查找有关 Number Theory 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by