Borrar filtros
Borrar filtros

complex number root solving

12 visualizaciones (últimos 30 días)
harley
harley el 10 de Mzo. de 2014
Respondida: Salman Khalaf el 1 de Nov. de 2020
trying to use matlab to solve some complex numbers, as a basic example how does one command matlab to find all the roots of;
z^2 - i = 0

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 10 de Mzo. de 2014
Editada: Azzi Abdelmalek el 10 de Mzo. de 2014
sols=roots([ 1 0 -i])
%or
sols=double(solve('z^2-i'))

Más respuestas (1)

Salman Khalaf
Salman Khalaf el 1 de Nov. de 2020
sols=roots([ 1 0 -i])

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by