photo

Tarik


2013년부터 활동

Followers: 0   Following: 0

메시지

I am practicing solving transcendental equations in matlab

I have the given equation and I want to solve for t

1.6*10^8 = t^3 * e^(-12993.03/t)

Here is my matlab code

syms t;
s = '160750000/(t*t*t)= exp(-12993.03/t)'
solve(s)

When I do this i get

4331.01/lambertw(0, (433101*160750000^(2/3))/16075000000)
4331.01/lambertw(0, (433101*exp((pi*4*i)/3 - log(160750000)/3))/100)
4331.01/lambertw(0, (433101*exp((pi*2*i)/3 - log(160750000)/3))/100)

But the correct solution should be 2701

What am I doing wrong in my code?

통계

MATLAB Answers

4 질문
0 답변

순위
278,454
of 301,598

평판
0

참여
4 질문
0 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,346

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,689

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Clearing GUI axis difficulty
I have a GUI that has two axis. The first axis is my original image and the second axis is my filtered image where I am able to ...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Reseting Controls in Matlab GUI
I am trying to create functionality in my code where I am able to reset certain aspects of my GUI. I have created a reset functi...

12년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Create a transfer function that creates a bandreject filter
Hi I am attempting to create and bandreject filter that takes out noise from a signal via a transfer function. I have read onlin...

거의 13년 전 | 답변 수: 0 | 0

0

답변

질문


How to solve transcendental equations in matlab
I am practicing solving transcendental equations in matlab I have the given equation and I want to solve for t 1.6*10^8 = ...

대략 13년 전 | 답변 수: 3 | 0

3

답변