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 Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

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