Need help with question

조회 수: 3 (최근 30일)
Ahmad Luqman
Ahmad Luqman 2022년 1월 20일
답변: yanqi liu 2022년 1월 20일
Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i

답변 (1개)

yanqi liu
yanqi liu 2022년 1월 20일
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

카테고리

Help CenterFile Exchange에서 Number Theory에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by