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

Related Questions

I am trying to solve a problem where i have a WCF system that
I would like to numerically find the solution to u_t - u_xx - u_yy
I know I can solve the following problem just by creating a custom class,
I am trying to solve these problems with truth tables using the formulas below.
How to solve the recurrence equation 1.T(n)=T(n/2)+T(n/4)+\Theta(n) 2.T(1)=1 Use Big-Theta notation to give the
I am trying to solve the readers-writers problem with writer preference in Java using
I'm trying to solve the following real-life problem you might have encountered yourselves: You
Trying to solve my current problem of drawing an image on an Android MapView
I have an array of integers, which could run into the hundreds of thousands
I am using Boost's uBLAS in a numerical code and have a 'heavy' solver

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.