Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 842851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:01:54+00:00 2026-05-15T06:01:54+00:00

when i solve numerically a system of two differential equations: s1:=diff(n[Di](t), t)=…; s2:=diff(n[T](t), t)=…;

  • 0

when i solve numerically a system of two differential equations:

s1:=diff(n[Di](t), t)=...;
s2:=diff(n[T](t), t)=...;
ics:={...};   #initial condition.
sys := {s1, s2, ics}: 
sol:=dsolve(sys,numeric);

with respect to “t”,then the solution (for example)for “t=4” is of the form, sol(4):

[t=4, n1(t)=const1, n2(t)=const2].

now, how is possible to use values of n1(t) and n2(t) for all “t”‘s in another equation, namely “p”, which involved n1(t) or n2(t)(like: {p=a+n1(t)*n2(t)+f(t)},where “a” and “f(t)” are defined), and to plot “p” for an interval of “t”?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T06:01:55+00:00Added an answer on May 15, 2026 at 6:01 am

    Perhaps an example will help.

    s1:=diff(n1(t), t)=sin(t);
    s2:=diff(n2(t), t)=cos(t);
    ics:={n1(0)=1,n2(0)=0}:
    sys := {s1, s2} union ics:
    sol:=dsolve(sys,numeric,output=listprocedure);
    N1:=eval(n1(t),sol);
    N2:=eval(n2(t),sol);
    N1(0);
    N1(1.1);
    N2(0);
    N2(1.1);
    p := 11.3 + N1*N2 + tan:
    plot(p, 0..1.1);
    

    You might look at the DEplot routine, which is specialized for plotting ode solutions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 491k
  • Answers 491k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer You can explicitly specify a signing identity (as long as… May 16, 2026 at 10:02 am
  • Editorial Team
    Editorial Team added an answer You don't have the @selector for touchesBegan. You instead have… May 16, 2026 at 10:02 am
  • Editorial Team
    Editorial Team added an answer You can't access static members via an instance object (assuming… May 16, 2026 at 10:02 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I am trying to solve numerically a set of partial differential equations in three
I have two equations I'm solving on each recursive round: X = A -
R question: Looking for the fastest way to NUMERICALLY solve a bunch of arbitrary
Here is the MATLAB / FreeMat code I got to solve an ODE numerically
I have a system of (first order) ODEs with fairly expensive to compute derivatives.
We are about to solve a customer's need of a web based application that
Im trying to solve the flipping coins problem on codechef.com ( http://www.codechef.com/problems/FLIPCOIN/ ) My
I have to solve problem with the database connection. I checked the ip address
I need to solve the following problem for one of my clients. They have
i want help how to solve this sql problem. suppose i have 3 tables

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.