Need help with question

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

回答 (1 件)

yanqi liu
yanqi liu 2022 年 1 月 20 日

0 投票

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 ExchangeMathematics についてさらに検索

製品

リリース

R2020a

質問済み:

2022 年 1 月 20 日

回答済み:

2022 年 1 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by