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

Antworten (1)

yanqi liu
yanqi liu am 20 Jan. 2022

0 Stimmen

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

Kategorien

Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2020a

Gefragt:

am 20 Jan. 2022

Beantwortet:

am 20 Jan. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by