Need help with question

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

Respuestas (1)

yanqi liu
yanqi liu el 20 de En. de 2022
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

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Productos

Versión

R2020a

Etiquetas

Preguntada:

el 20 de En. de 2022

Respondida:

el 20 de En. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by