Need help with question

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

Risposte (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

Categorie

Scopri di più su Mathematics in Centro assistenza e File Exchange

Prodotti

Release

R2020a

Richiesto:

il 20 Gen 2022

Risposto:

il 20 Gen 2022

Community Treasure Hunt

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

Start Hunting!

Translated by