Need help with question
古いコメントを表示
Hello,
Can someone help me with this question?
Find all possible values of 2^5-2i
回答 (1 件)
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)
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!