Need help with question

3 vues (au cours des 30 derniers jours)
Ahmad Luqman
Ahmad Luqman le 20 Jan 2022
Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i

Réponses (1)

yanqi liu
yanqi liu le 20 Jan 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

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by